6 lines
79 B
Bash
Executable file
6 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
while true;
|
|
do
|
|
xkbset sticky -twokey -latchlock
|
|
sleep 600
|
|
done
|