Advertisement
Guest User

ob autostart.sh

a guest
Jul 27th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
  2. /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
  3. fi
  4.  
  5. # Run the system-wide support stuff
  6. . $GLOBALAUTOSTART
  7.  
  8. # Programs to launch at startup
  9. nitrogen --restore &
  10. thunar --daemon &
  11. tint2 &
  12. conky -c ~/.conky/conkyrc &
  13. #wicd-client &
  14. volumeicon &
  15.  
  16. # SCIM support (for typing non-english characters)
  17. export LC_CTYPE=ja_JP.utf8
  18. export XMODIFIERS=@im=SCIM
  19. export GTK_IM_MODULE=scim
  20. export QT_IM_MODULE=scim
  21. scim -d &
  22.  
  23. # Programs that will run after Openbox has started
  24. #(sleep 10 && skippy) &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement