autostart 466 B

1234567891011121314151617
  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/libexec/gnome-settings-daemon >/dev/null; then
  9. # /usr/libexec/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 &