Advertisement
Guest User

autostart

a guest
Nov 23rd, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  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/openbox/gnome-settings-daemon >/dev/null; then
  10. # /usr/lib/openbox/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. setxkbmap fr &
  19. numlockx &
  20. tint2 &
  21. volumeicon &
  22. sakura &
  23. xterm &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement