Mercurial > hg > config
view bin/setup-X.sh @ 496:f783b7d4516b
bin/setup-X.sh
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 14 Aug 2013 09:23:28 -0700 |
parents | 7931adb82ce7 |
children | 2e51a55d303d |
line wrap: on
line source
#!/bin/bash # daemons for i in nm-applet gkrellm diodon # 'synapse -s' # To add: x-tile; qamixer (well, some mixer); gnome-activity journal do if ! pidof ${i} then echo "not running: $i" if which ${i} then ${i} & fi fi done # TODO: add workspace specific programs # ssh-add