diff options
| author | Blista Kanjo | 2021-12-08 10:32:35 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-12-08 10:32:35 -0500 |
| commit | 47fb3aa449dd7e05fdd5dbb8a443e8e9c7603e04 (patch) | |
| tree | 05eae17bf1263ab48ec92c208d440214d5c58beb /awesome/autorun.sh | |
| parent | e7b201931d43457efbf94541d99c96f8652b04f5 (diff) | |
avoiding the use of a potentially dead polkit agent
Diffstat (limited to 'awesome/autorun.sh')
| -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 |
