wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 5704f29b691cae0c532506c912532bf6a686f90a
parent 08aac840872c386863b23c783faebce06fb9b8b6
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon, 27 Feb 2006 15:15:11 +0100

added WMII_FONT to shish wmiirc, because wmiimenu reads WMII_FONT from env(1)


Diffstat:
rc/wmiirc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -22,6 +22,7 @@ test -f $pidfile && kill -9 `cat $pidfile` 2>/dev/null echo $$ >$pidfile MODKEY=Alt +WMII_FONT='fixed' export WMII_FONT WMII_NORMCOLORS='#222222 #eeeeee #666666' export WMII_NORMCOLORS WMII_SELCOLORS='#ffffff #285577 #4c7899' export WMII_SELCOLORS @@ -29,7 +30,7 @@ WMII_SELCOLORS='#ffffff #285577 #4c7899' export WMII_SELCOLORS xwrite /def/border 3 xwrite /def/inc 1 xwrite /def/snap 20 -xwrite /def/font fixed +xwrite /def/font $WMII_FONT xwrite /def/selcolors $WMII_SELCOLORS xwrite /def/normcolors $WMII_NORMCOLORS