commit 2da6b4852ac822ab3c28b041c4f83bfc77cb44d6
parent 008dd3f448a251cb276f68f19c1de0c7a5489b3a
Author: Denis Grelich <denisg@suckless.org>
Date: Thu, 21 Dec 2006 14:26:09 +0100
moved the bar back to the bottom
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/wmiirc b/rc/wmiirc
@@ -36,7 +36,7 @@ WMII_NORMCOLORS='#222222 #eeeeee #666666'
WMII_SELCOLORS='#ffffff #335577 #447799'
WMII_BACKGROUND='#333333'
-DMENU="dmenu -fn $WMII_FONT -nb #eeeeee -nf #222222 -sb #335577 -sf #ffffff"
+DMENU="dmenu -b -fn $WMII_FONT -nb #eeeeee -nf #222222 -sb #335577 -sf #ffffff"
WMII_TERM="xterm"
export DMENU WMII_FONT WMII_SELCOLORS WMII_NORMCOLORS WMII_TERM