Advertisement
julientm

.config/openbox/autostart Sample

Apr 4th, 2019
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.  
  7. # If you want to use GNOME config tools...
  8. #
  9. #if test -x /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then
  10. #  /usr/lib/x86_64-linux-gnu/gnome-settings-daemon &
  11. #elif which gnome-settings-daemon >/dev/null 2>&1; then
  12. #  gnome-settings-daemon &
  13. #fi
  14.  
  15. # If you want to use XFCE config tools...
  16. #
  17. #xfce-mcs-manager &
  18.  
  19.  
  20. xrandr --output LVDS-1 --off
  21. xrandr --output VGA-1 --auto
  22.  
  23.  
  24. lxpanel
  25.  
  26. #shutter
  27.  
  28. #thunderbird
  29.  
  30. #transmission-gtk
  31.  
  32. #x-tile
  33.  
  34. #xpad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement