diff options
| author | Blista Kanjo | 2022-11-19 18:26:45 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-19 18:26:45 -0500 |
| commit | 35cba59f20ab84a02d4058b28bcd65b1cbd67a67 (patch) | |
| tree | 8ce24dcb61de8a1504d2a89ef07627266bec6f89 | |
| parent | 681d490da50adef95e466b10d6720e9c45d0d40a (diff) | |
refactor: changed autostart priority
| -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 d719d49..f9ea291 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 |
