diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-10 08:39:15 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-10 08:39:15 +0200 |
commit | 1f8e3becea5aae0c028f09086d25e8874e5565b5 (patch) | |
tree | 8e4c831cb749a89ca6f9b2e18a6987a8ef08429d /scripts | |
parent | 09a6b64088c8742de61a1151120f7f077d332bdf (diff) | |
download | XMonadContrib-1f8e3becea5aae0c028f09086d25e8874e5565b5.tar.gz XMonadContrib-1f8e3becea5aae0c028f09086d25e8874e5565b5.tar.xz XMonadContrib-1f8e3becea5aae0c028f09086d25e8874e5565b5.zip |
update run-xmonad.sh
darcs-hash:20070610063915-9c5c1-cb277b52fc977e75912f0858ac12790d0c2fc893.gz
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run-xmonad.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh index d0f97ad..18a07d3 100755 --- a/scripts/run-xmonad.sh +++ b/scripts/run-xmonad.sh @@ -26,10 +26,10 @@ rm -f $PIPE # launch the external 60 second clock, and launch the workspace status bar xmonad-clock | dzen2 -e '' -x 300 -w 768 -ta r -fg $FG -bg $BG -fn $FONT & -# and a workspace status bar (this `cat' shouldn't be needed!) +# and a workspace status bar dzen2 -e '' -w 300 -ta l -fg $FG -bg $BG -fn $FONT < $PIPE & -# go forit +# go for it xmonad > $PIPE & # wait for xmonad |