add /etc/rc.* files
[cinan.git] / .bash_profile
blobb9d2265e5f7289e1b120011dcd4c9ac424e29733
1 #deluged &
2 export BROWSER="firefox"
3 alsactl restore &
4 run_once mpd &
6 if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
7   startx -- -nolisten tcp -dpi 96 &
8 fi