dotfiles/.config/scripts/stickykeys.sh
2022-07-12 06:16:59 +02:00

6 lines
79 B
Bash
Executable file

#!/bin/bash
while true;
do
xkbset sticky -twokey -latchlock
sleep 600
done