nilsHaus /autostart.sh

#!/bin/bash
#
# Openbox Autostart File, created by nils July 23 2008
# 

# Startup Compositor
#
#xcompmgr -c &

# Startup Services
#
#portmap &
#famd &
hald & 
alsactl restore &
# Restore settings
#
#nitrogen --restore &
eval `cat ~/.fehbg`
export OOO_FORCE_DESKTOP="gnome"

# Start applications
#
conky &
#pypanel &
mpd
#thunar --daemon &