up, add new config files and delete old tar conf file
[arrow.git] / conf_slk120 / bin / .bin / shell / arrow-xinit
blob572ac1ccdfb4ecc85221bd93b50ec1830cbc7e45
1 #!/bin/bash
2 sleep 1
3 exec gnome-settings-daemon &
4 exit 0
5 rxvt &
6 sleep 1
7 #exec xfce4-panel &
8 #exec fspanel >/dev/null 2>&1 &
10 sleep 20
11 exec stardict &
13 ps aux | grep -w pland | grep -v grep
14 if [ "$?" != "0" ]; then
15 pland &
18 return 0