diff options
Diffstat (limited to '.local/bin/remapd')
| -rw-r--r-- | .local/bin/remapd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/remapd b/.local/bin/remapd index 93a23f6..4ce32b3 100644 --- a/.local/bin/remapd +++ b/.local/bin/remapd @@ -1,4 +1,8 @@ #!/bin/sh + +# Rerun the remaps script whenever a new input device is added. Run by the +# xprofile by default. + while : ; do dmesg -W -f kern | grep "input:" -q sleep 1 |
