diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-25 00:39:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-25 00:39:46 +0200 |
commit | 1ceac969120753fc2ba5f76b2d14d2abd6a47acc (patch) | |
tree | 69bcb498e04bdd6cdc1b1cf577dc2fd4dec65f99 /.local/bin | |
parent | ee3167c8a90341dc4d8eb911f72d5430173f3719 (diff) |
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/remapd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.local/bin/remapd b/.local/bin/remapd new file mode 100755 index 0000000..ee4cf39 --- /dev/null +++ b/.local/bin/remapd @@ -0,0 +1,8 @@ +#!/bin/bash + +# Rerun the remaps script whenever a new input device is added. + +while :; do + remaps + grep -qP -m1 '[^un]bind.+\/[^:]+\(usb\)' <(udevadm monitor -u -t seat -s input -s usb) +done |