diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-02-06 18:19:09 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-06 18:19:09 -0500 |
| commit | 136456e4fab5a7cb428add6e995c941b2c99dcbe (patch) | |
| tree | 427ddf16f493a228cb9769fd22460f12b114165e /.local/bin/remapd | |
| parent | 37d26eccd8c518a7e3f404fe59ad6c52e5474063 (diff) | |
| download | eibhear-136456e4fab5a7cb428add6e995c941b2c99dcbe.tar.gz eibhear-136456e4fab5a7cb428add6e995c941b2c99dcbe.tar.zst eibhear-136456e4fab5a7cb428add6e995c941b2c99dcbe.zip | |
add comment, remove remaps from displayselect
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 |
