1
0
Fork 0
dotfiles/.local/bin/daemons/remapd
2023-03-18 13:34:06 +01:00

5 lines
131 B
Bash
Executable file

#!/bin/bash
while :; do
grep -qP -m1 '[^un]bind.+\/[^:]+\(usb\)' <(udevadm monitor -u -t seat -s input -s usb)
remaps
done