Skip to content

Instantly share code, notes, and snippets.

@jcadam
Created November 11, 2012 14:46
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jcadam/4055104 to your computer and use it in GitHub Desktop.
Save jcadam/4055104 to your computer and use it in GitHub Desktop.
My openbox autostart
# Run the system-wide support stuff
#. $GLOBALAUTOSTART
# Programs to launch at startup
# =============================
# Set-up keyboard maps and sytem tray switcher
# tip - quickly toggle between keyboard maps by holding both shift keys!
#setxkbmap -option grp:shifts_toggle,grp_led:scroll gb,us,de,fr &
setxkbmap -option grp:shifts_toggle,grp_led:scroll jp,us &
(sleep 10s && fbxkb) &
# ^^ note: if using the LiveCD, you can also change to a different
# keyboard map by entering the terminal command:
# setxkbmap xx
# Where "xx" is the 2 letter country code.
# Force openoffice.org to use GTK theme
# enable this if you install openoffice
#export OOO_FORCE_DESKTOP=gnome
# Start pulseaudio deamon
(sleep 1s && start-pulseaudio-x11 && sleep 2s && volumeicon) &
# Enable Eyecandy - off by default
# see "/usr/bin/crunchbang/xcompmgr-crunchbang" for more info
xcompmgr-crunchbang --startstop &
# Start screensaver deamon
xscreensaver -nosplash &
# Launch NetworkManager
#(sleep 2s && nm-applet) &
# Launch clipboard manager
(sleep 1s && parcellite) &
# Launch Conky
(sleep 1s && conky -q) &
# Launch panel
(sleep 1s && tint2) &
# sleep before whole start-up
sleep 2s
# Set desktop wallpaper
nitrogen --restore &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment