comparison bin/setup-X.sh @ 562:8d28fce0a6d6

detect scripts; namely x-tile
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 11 Dec 2013 02:52:53 -0800
parents 040060217df6
children 1e1db18fb7fa
comparison
equal deleted inserted replaced
561:0d5cf87e5b7e 562:8d28fce0a6d6
9 # To add: qamixer (well, some mixer); gnome-activity journal 9 # To add: qamixer (well, some mixer); gnome-activity journal
10 for i in nm-applet gkrellm diodon arbtt-capture x-tile 10 for i in nm-applet gkrellm diodon arbtt-capture x-tile
11 do 11 do
12 if which ${i} 12 if which ${i}
13 then 13 then
14 if ! pidof ${i} 14 if ! pidof -x ${i}
15 then 15 then
16 echo "not running: $i" 16 echo "not running: $i"
17 ${i} & 17 ${i} &
18 fi 18 fi
19 fi 19 fi