dotfiles/.config/scripts/stickykeys.sh

7 lines
79 B
Bash
Raw Normal View History

2022-07-12 04:16:59 +00:00
#!/bin/bash
while true;
do
xkbset sticky -twokey -latchlock
sleep 600
done