moved the bar back to the bottom

This commit is contained in:
Denis Grelich 2006-12-21 14:26:09 +01:00
parent 008dd3f448
commit 2da6b4852a

View File

@ -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