autostart 355 B

12345678910111213141516171819202122232425
  1. # polkit
  2. exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  3. # Wallpaper
  4. exec hsetroot -fill ~/Wallpapers/01.png &
  5. # Compton
  6. exec picom -b --config ~/.config/picom.conf &
  7. # Polybar
  8. sh ~/.config/polybar/launch.sh
  9. # Thunar
  10. exec thunar --daemon &
  11. # Numlockx
  12. exec numlockx &
  13. # Settings
  14. xfsettingsd &
  15. # Power Manager
  16. xfce4-power-manager &