diff options
| -rwxr-xr-x | awesome/autorun.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/awesome/autorun.sh b/awesome/autorun.sh index 32759c5..0df9b02 100755 --- a/awesome/autorun.sh +++ b/awesome/autorun.sh @@ -11,7 +11,7 @@ run () { run picom -b run nitrogen --restore run volumeicon -run lxsession +# run lxsession run xfce4-volumed-pulse run /usr/lib/gsd-datetime # run /usr/lib/baloo_file @@ -38,3 +38,4 @@ run /usr/lib/xfce4/notifyd/xfce4-notifyd run /home/kylert/.config/awesome/keymapper.sh run /home/kylert/.config/awesome/xinput-daemon.sh run ibus-daemon -drxR +run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 |
