change polkitd and add bluez to autostart.sh

This commit is contained in:
Guilherme Rugai Freire 2024-07-10 14:30:40 -03:00
parent f90d973718
commit 874cf26b4d
No known key found for this signature in database
GPG Key ID: AC1D9B6E48E16AC1

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Start polkit agent
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
lxpolkit &
# Enable numlock
/usr/bin/numlockx
@ -21,6 +21,9 @@ conky &
# Start network manager applet (systray)
nm-applet &
# Start bluetooth manager applet (systray)
blueman-applet &
# Start volume bar
~/.config/xob/volume.sh &