fastdial page updated
[cinan.git] / skripty / autostart.sh
blob39533ac2b9b4bbeef1099a6fd78ff6af85320b3d
1 #!/bin/sh
2 run_once pidgin &
3 run_once parcellite -n &
4 if [ -e /var/run/daemons/rtorrent ]; then
5 sakura -e "screen -r" &
6 fi
7 run_once hudba &>/dev/null &
8 #run_once sakura -e "/home/cinan/skripty/misc.sh" &
9 run_once mpdscribble --conf ~/.mpdscribble/mpdscribble.conf --log ~/.mpdscribble/mpdscribble.log --cache ~/.mpdscribble/mpdscribble.cache &
10 run_once /opt/mumbles/src/mumbles &