summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-06 18:11:39 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-06 18:11:39 -0500
commit37d26eccd8c518a7e3f404fe59ad6c52e5474063 (patch)
treebf69b176d6e1ae705d7512c995e6e4d1bab38123 /.local
parent624effaa18ebdbae50116dafc5fec4c7d9259e5b (diff)
parent53a66c6254c7a5d6000eee2b3a6b02d340d5511e (diff)
downloadeibhear-37d26eccd8c518a7e3f404fe59ad6c52e5474063.tar.gz
eibhear-37d26eccd8c518a7e3f404fe59ad6c52e5474063.tar.zst
eibhear-37d26eccd8c518a7e3f404fe59ad6c52e5474063.zip
Merge branch 'master' of https://github.com/ssnailed/voidrice into ssnailed-master
Diffstat (limited to '.local')
-rw-r--r--.local/bin/remapd6
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/remapd b/.local/bin/remapd
new file mode 100644
index 0000000..93a23f6
--- /dev/null
+++ b/.local/bin/remapd
@@ -0,0 +1,6 @@
+#!/bin/sh
+while : ; do
+ dmesg -W -f kern | grep "input:" -q
+ sleep 1
+ remaps
+done