From 1f8e3becea5aae0c028f09086d25e8874e5565b5 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 10 Jun 2007 08:39:15 +0200 Subject: update run-xmonad.sh darcs-hash:20070610063915-9c5c1-cb277b52fc977e75912f0858ac12790d0c2fc893.gz --- scripts/run-xmonad.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3