# HG changeset patch # User Jeff Hammel # Date 1374719806 25200 # Node ID 0e99d3a68066c92f8f1b449538b57fc1bd69ab52 # Parent b1c43c980b057eca03b263ada2d7d1f6e4877d33 notes to self....that didnt quite do what we wanted :( diff -r b1c43c980b05 -r 0e99d3a68066 bin/setup-X.sh --- a/bin/setup-X.sh Wed Jul 24 15:41:52 2013 -0700 +++ b/bin/setup-X.sh Wed Jul 24 19:36:46 2013 -0700 @@ -1,7 +1,8 @@ #!/bin/bash # daemons -for i in nm-applet gkrellm diodon +for i in nm-applet gkrellm diodon # 'synapse -s' +# To add: x-tile; qamixer (well, some mixer); gnome-activity journal do if ! ps aux | grep ${i} | grep -v 'grep' then @@ -11,4 +12,6 @@ ${i} & fi fi -done \ No newline at end of file +done + +# TODO: add workspace specific programs