POSTED IN:
RANDOM >>johnvile
# Run the system-wide support stuff
. $GLOBALAUTOSTART
# Programs to launch at startup
# =============================
# Start xfce-mcs-manager
xfce-mcs-manager &
# 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
thunar --daemon &
# Start gnome keyring daemon
gnome-keyring-daemon &
# Set desktop wallpaper
nitrogen --restore &
# Enable Eyecandy - off by default
# see /usr/bin/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) &
# Launch xpad sticky notes.
# -H argument will force app to start in systray after first boot
#(sleep 1s && xpad -H) &
# Launch Gwibber microblogging client
# uncomment to enable
#(sleep 60s && gwibber) &
# Launch Conky
conky &
2008 12 01 20:30:00