autostart 620 B

123456789101112131415161718192021222324
  1. #
  2. # These things are run when an Openbox X Session is started.
  3. # You may place a similar script in $HOME/.config/openbox/autostart
  4. # to run user-specific things.
  5. #
  6. # If you want to use GNOME config tools...
  7. #
  8. #if test -x /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then
  9. # /usr/lib/x86_64-linux-gnu/gnome-settings-daemon &
  10. #elif which gnome-settings-daemon >/dev/null 2>&1; then
  11. # gnome-settings-daemon &
  12. #fi
  13. # If you want to use XFCE config tools...
  14. #
  15. #xfce-mcs-manager &
  16. nitrogen --restore
  17. tint2 &
  18. /home/swatson/.config/lemonbar/startLemon.sh &
  19. nm-applet &
  20. compton -b &
  21. dunst &
  22. expressvpn connect &