dotfiles/.config/scripts/stickykeys.sh

7 lines
79 B
Bash
Executable File

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