- # Run the system-wide support stuff
- . $GLOBALAUTOSTART
- # Programs to launch at startup
- # =============================
- # Start session manager
- lxsession &
- # Enable power management
- gnome-power-manager &
- # Set keyboard map if different than UK
- # Uncomment one to enable, or define your own.
- # setxkbmap us & # United States
- # setxkbmap ca & # Canada
- # setxkbmap fr & # Francais
- # setxkbmap br & # Brazil
- # setxkbmap de & # Germany
- # setxkbmap cz & # Czech Republic
- # setxkbmap it & # Italy
- # setxkbmap pl & # Poland
- # setxkbmap nl & # Netherlands
- # etc.
- # Force openoffice.org to use GTK theme
- # enable this if you install openoffice
- export OOO_FORCE_DESKTOP=gnome
- # Set-up automounting
- pcmanfm --daemon-mode &
- # Set desktop wallpaper
- nitrogen --restore &
- # Enable Eyecandy - off by default
- # see "/usr/bin/crunchbang/xcompmgr-crunchbang" for more info
- #xcompmgr-crunchbang --startstop &
- # Start screensaver deamon
- gnome-screensaver &
- # Launch panel
- (sleep 2s && lxpanel) &
- # Launch network manager applet
- (sleep 1s && nm-applet) &
- # Launch clipboard manager
- (sleep 1s && parcellite) &
- # Uncomment to enable system updates at boot
- #(sleep 180s && system-update) &
- # Check for restricted hardware
- (sleep 5s && jockey-gtk --check) &
- # Launch Conky
- conky -q &
- # Launch osmo
- (sleep 5s && osmo) &
Posted by omns on Sat 24th Jan 21:06 (modification of post by view diff)
View followups from kjygtfr | download | new post
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.