14 lines
251 B
Bash
Executable file
14 lines
251 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# PolicyKit Agent
|
|
/usr/bin/mate-polkit
|
|
|
|
# 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
|