mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 04:09:38 +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
|
||||
|
||||
# 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 &
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user