diff options
| -rw-r--r-- | .Xmodmap | 3 | ||||
| -rwxr-xr-x | .config/awesome/keymapper.sh | 5 |
2 files changed, 7 insertions, 1 deletions
@@ -1 +1,4 @@ +! Enable Scroll_Lock Support +clear mod3 add mod3 = Scroll_Lock +add mod3 = ISO_Level5_Shift 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 |
