diff options
| -rwxr-xr-x | awesome/autorun.sh | 2 | ||||
| -rwxr-xr-x | awesome/keymapper.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 8b8ac31..35d75e2 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -33,5 +33,5 @@ run /usr/bin/gnome-keyring-daemon --start --components=secrets run /usr/bin/gnome-keyring-daemon --start --components=ssh run xfce4-power-manager run /usr/lib/xfce4/notifyd/xfce4-notifyd -#run /home/kylert/.config/awesome/keymapper.sh +run /home/kylert/.config/awesome/keymapper.sh run /home/kylert/.config/awesome/xinput-daemon.sh diff --git a/awesome/keymapper.sh b/awesome/keymapper.sh index a28aa3e..f986290 100755 --- a/awesome/keymapper.sh +++ b/awesome/keymapper.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -key-mapper-control --command stop-all && key-mapper-control --command autoload +key-mapper-control --command stop-all && key-mapper-control --command autoload && sleep 2 && setxkbmap -option compose:ralt
\ No newline at end of file |
