Add stickykeys script 😍

This commit is contained in:
Anas Elgarhy 2022-07-12 06:16:59 +02:00
parent 803ffda7c4
commit 08627549ed
1 changed files with 6 additions and 0 deletions

6
.config/scripts/stickykeys.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
while true;
do
xkbset sticky -twokey -latchlock
sleep 600
done