Mercurial > hg > config
comparison bin/setup-X.sh @ 531:42d3418e9154
.bashrc bin/setup-X.sh
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 25 Sep 2013 11:54:06 -0700 |
parents | dfd5357403aa |
children | 040060217df6 |
comparison
equal
deleted
inserted
replaced
530:772c61f04ccf | 531:42d3418e9154 |
---|---|
2 | 2 |
3 ### daemons | 3 ### daemons |
4 # nm-applet: network manager | 4 # nm-applet: network manager |
5 # gkrellm: system monitor | 5 # gkrellm: system monitor |
6 # diodon: clipboard manager | 6 # diodon: clipboard manager |
7 # arbtt-capture: arbitrary time tracker (redundant with tracker?) | 7 # arbtt-capture: arbitrary time tracker |
8 # To add: x-tile; qamixer (well, some mixer); gnome-activity journal | 8 # x-tile: window tiling |
9 for i in nm-applet gkrellm diodon arbtt-capture | 9 # To add: qamixer (well, some mixer); gnome-activity journal |
10 for i in nm-applet gkrellm diodon arbtt-capture x-tile | |
10 do | 11 do |
11 if which ${i} | 12 if which ${i} |
12 then | 13 then |
13 if ! pidof ${i} | 14 if ! pidof ${i} |
14 then | 15 then |