5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
while :; do
|
|
watch -gn1 eval 'xinput --list | grep keyboard' >/dev/null 2>&1
|
|
remaps -qd
|
|
done
|