diff options
| author | Blista Kanjo | 2022-11-18 06:00:04 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-18 06:00:04 -0500 |
| commit | 4d4819e2f8cad2e2c8d0e7f3dcea168a1c433094 (patch) | |
| tree | da3ef76dec027294dd3dd1135956bac2cd7e0f37 /.config/awesome/autorun.sh | |
| parent | b402534e79ac776aefc22278b9a6fc31c240ed70 (diff) | |
refactor: keymapper move to /bin/sh and changed start-up priority
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..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 |
