summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-09-25 00:39:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-09-25 00:39:46 +0200
commit1ceac969120753fc2ba5f76b2d14d2abd6a47acc (patch)
tree69bcb498e04bdd6cdc1b1cf577dc2fd4dec65f99 /.local/bin
parentee3167c8a90341dc4d8eb911f72d5430173f3719 (diff)
Add remapdHEADmaster
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/remapd8
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