diff --git a/.config/scripts/stickykeys.sh b/.config/scripts/stickykeys.sh new file mode 100755 index 0000000..f43ef58 --- /dev/null +++ b/.config/scripts/stickykeys.sh @@ -0,0 +1,6 @@ +#!/bin/bash +while true; +do + xkbset sticky -twokey -latchlock + sleep 600 +done