summaryrefslogtreecommitdiffstats
path: root/.local/bin/kb
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-01 22:33:48 +0200
committerjoe <rbo@gmx.us>2025-10-01 22:33:48 +0200
commit8854fa0f8a831264ed815b3615038dec89c6f632 (patch)
treecb0eda5ade37b16adb72ee084e20fe284b2c90a1 /.local/bin/kb
parentup (diff)
downloaddotfiles-bsd-8854fa0f8a831264ed815b3615038dec89c6f632.tar.gz
dotfiles-bsd-8854fa0f8a831264ed815b3615038dec89c6f632.tar.bz2
dotfiles-bsd-8854fa0f8a831264ed815b3615038dec89c6f632.tar.xz
dotfiles-bsd-8854fa0f8a831264ed815b3615038dec89c6f632.tar.zst
dotfiles-bsd-8854fa0f8a831264ed815b3615038dec89c6f632.zip
up
Diffstat (limited to '.local/bin/kb')
-rwxr-xr-x.local/bin/kb3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/kb b/.local/bin/kb
index 24f7285..d387233 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -57,13 +57,14 @@ config_keyboard() {
xmodmap -e 'keycode 23 = Escape'
xmodmap -e 'keycode 37 ='
fi
- herbe ' kb set'
+ herbe ' kb set' &
}
config_keyboard
inotifywait -m /dev/input -e create | while read -r a; do
config_keyboard
+ sleep 30
done
# vim: filetype=sh