diff options
| author | Blista Kanjo | 2022-11-04 16:14:05 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-04 16:14:05 -0400 |
| commit | 3cf5a9c2aae1246a9bf81770f1a2a37568789d80 (patch) | |
| tree | 4367a57d6c6af1e855095489e4c83c11f1a637b6 /.config/awesome/autorun.sh | |
| parent | 7b3e261732d655cdc94d0bf84e12807dd2397dd4 (diff) | |
fix: changed where keymapper.sh is being called to avoid unreliability when switching between devices
Diffstat (limited to '.config/awesome/autorun.sh')
| -rwxr-xr-x | .config/awesome/autorun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index f9ea291..cad6c47 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -35,7 +35,7 @@ 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/keymapper.sh run ~/.config/awesome/xinput-daemon.sh run ibus-daemon -drxR run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 |
