aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/awesome/keymapper.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh
index 245ab2b..35d44fe 100755
--- a/.config/awesome/keymapper.sh
+++ b/.config/awesome/keymapper.sh
@@ -1,3 +1,6 @@
#!/bin/sh
-input-remapper-control --command stop-all && input-remapper-control --command autoload
+input-remapper-control --command stop-all &&\
+input-remapper-control --command autoload &&\
+sleep 1
+if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap; fi