CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by omns on Sat 24th Jan 21:06 (modification of post by view diff)
View followups from kjygtfr | download | new post

  1. # Run the system-wide support stuff
  2. . $GLOBALAUTOSTART
  3.  
  4. # Programs to launch at startup
  5. # =============================
  6.  
  7. # Start session manager
  8. lxsession &
  9.  
  10. # Enable power management
  11. gnome-power-manager &
  12.  
  13. # Set keyboard map if different than UK
  14. # Uncomment one to enable, or define your own.
  15. # setxkbmap us & # United States
  16. # setxkbmap ca & # Canada
  17. # setxkbmap fr & # Francais
  18. # setxkbmap br & # Brazil
  19. # setxkbmap de & # Germany
  20. # setxkbmap cz & # Czech Republic
  21. # setxkbmap it & # Italy
  22. # setxkbmap pl & # Poland
  23. # setxkbmap nl & # Netherlands
  24. # etc.
  25.  
  26. # Force openoffice.org to use GTK theme
  27. # enable this if you install openoffice
  28. export OOO_FORCE_DESKTOP=gnome
  29.  
  30. # Set-up automounting
  31. pcmanfm --daemon-mode &
  32.  
  33. # Set desktop wallpaper
  34. nitrogen --restore &
  35.  
  36. # Enable Eyecandy - off by default
  37. # see "/usr/bin/crunchbang/xcompmgr-crunchbang" for more info
  38. #xcompmgr-crunchbang --startstop &
  39.  
  40. # Start screensaver deamon
  41. gnome-screensaver &
  42.  
  43. # Launch panel
  44. (sleep 2s && lxpanel) &
  45.  
  46. # Launch network manager applet
  47. (sleep 1s && nm-applet) &
  48.  
  49. # Launch clipboard manager
  50. (sleep 1s && parcellite) &
  51.  
  52. # Uncomment to enable system updates at boot
  53. #(sleep 180s && system-update) &
  54.  
  55. # Check for restricted hardware
  56. (sleep 5s && jockey-gtk --check) &
  57.  
  58. # Launch Conky
  59. conky -q &
  60.  
  61. # Launch osmo
  62. (sleep 5s && osmo) &

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me