1
0
Fork 0
dotfiles/.local/bin/daemons/remapd
2024-01-27 19:06:01 +01:00

5 lines
103 B
Bash
Executable file

#!/bin/sh
while :; do
watch -gn1 eval 'xinput --list | grep keyboard' >/dev/null 2>&1
remaps -q
done