Advertisement
Guest User

Untitled

a guest
Jun 21st, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ## Openbox autostart
  2. ## ====================
  3. ## Note*: some programs, such as 'nm-applet' are run via XDG auto-start.
  4. ## Run '/usr/lib/openbox/openbox-xdg-autostart --list' to list any
  5. ## XDG autostarted programs.
  6.  
  7. # Starts Nitogen and restore wallpaper from previous session
  8. nitrogen --restore &
  9.  
  10. # Start up the tint2 task bar
  11. tint2 &
  12.  
  13. # Start conky
  14. conky &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement