diff options
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/awesome/autorun.sh | 2 | ||||
| -rwxr-xr-x | .config/awesome/keymapper.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index f9ea291..d719d49 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -35,8 +35,8 @@ run /usr/bin/gnome-keyring-daemon --start --components=secrets run /usr/bin/gnome-keyring-daemon --start --components=ssh run xfce4-power-manager run dunst -run ~/.config/awesome/keymapper.sh run ~/.config/awesome/xinput-daemon.sh run ibus-daemon -drxR run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 run wineserver +run ~/.config/awesome/keymapper.sh diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh index 32eb84d..245ab2b 100755 --- a/.config/awesome/keymapper.sh +++ b/.config/awesome/keymapper.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh input-remapper-control --command stop-all && input-remapper-control --command autoload |
