mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
change polkitd and add bluez to autostart.sh
This commit is contained in:
parent
f90d973718
commit
874cf26b4d
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Start polkit agent
|
# Start polkit agent
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
lxpolkit &
|
||||||
|
|
||||||
# Enable numlock
|
# Enable numlock
|
||||||
/usr/bin/numlockx
|
/usr/bin/numlockx
|
||||||
@ -21,6 +21,9 @@ conky &
|
|||||||
# Start network manager applet (systray)
|
# Start network manager applet (systray)
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
||||||
|
# Start bluetooth manager applet (systray)
|
||||||
|
blueman-applet &
|
||||||
|
|
||||||
# Start volume bar
|
# Start volume bar
|
||||||
~/.config/xob/volume.sh &
|
~/.config/xob/volume.sh &
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user