Add some daemons to autostart
This commit is contained in:
parent
775407e907
commit
e2d66ee85f
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# PolicyKit Agent
|
||||
#/usr/bin/mate-polkit &
|
||||
/usr/bin/mate-polkit
|
||||
|
||||
# Wallpaper script
|
||||
# nwg-drawer as a daemon
|
||||
pkill nwg-drawer
|
||||
/usr/bin/nwg-drawer -r &
|
||||
|
||||
# PCmanFM-Qt as a daemon
|
||||
/usr/bin/pcmanfm-qt -d
|
||||
|
||||
# Wallpaper script (you can change wallpaper with Azote)
|
||||
exec ~/.azotebg
|
||||
|
|
Loading…
Add table
Reference in a new issue