12345678910111213141516171819202122232425 |
- # polkit
- exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
- # Wallpaper
- exec hsetroot -fill ~/Wallpapers/01.png &
- # Compton
- exec picom -b --config ~/.config/picom.conf &
- # Polybar
- sh ~/.config/polybar/launch.sh
- # Thunar
- exec thunar --daemon &
- # Numlockx
- exec numlockx &
- # Settings
- xfsettingsd &
- # Power Manager
- xfce4-power-manager &
|