add xorg.conf, restore alsa after login
[cinan.git] / .bash_profile
blob4b1838a1c713dfcbd3e69af249f33e8fc01fa016
1 #deluged &
2 export BROWSER="firefox"
3 alsactl restore &
4 run_once mpd &
5 run_once mpdscribble --conf ~/.mpdscribble/mpdscribble.conf --log ~/.mpdscribble/mpdscribble.log --cache ~/.mpdscribble/mpdscribble.cache &
7 if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/vc/1 ]]; then
8   startx -- -nolisten tcp -dpi 96 &
9 fi