mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
added WMII_FONT to shish wmiirc, because wmiimenu reads WMII_FONT from env(1)
This commit is contained in:
parent
08aac84087
commit
5704f29b69
@ -22,6 +22,7 @@ test -f $pidfile && kill -9 `cat $pidfile` 2>/dev/null
|
|||||||
echo $$ >$pidfile
|
echo $$ >$pidfile
|
||||||
|
|
||||||
MODKEY=Alt
|
MODKEY=Alt
|
||||||
|
WMII_FONT='fixed' export WMII_FONT
|
||||||
WMII_NORMCOLORS='#222222 #eeeeee #666666' export WMII_NORMCOLORS
|
WMII_NORMCOLORS='#222222 #eeeeee #666666' export WMII_NORMCOLORS
|
||||||
WMII_SELCOLORS='#ffffff #285577 #4c7899' export WMII_SELCOLORS
|
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/border 3
|
||||||
xwrite /def/inc 1
|
xwrite /def/inc 1
|
||||||
xwrite /def/snap 20
|
xwrite /def/snap 20
|
||||||
xwrite /def/font fixed
|
xwrite /def/font $WMII_FONT
|
||||||
xwrite /def/selcolors $WMII_SELCOLORS
|
xwrite /def/selcolors $WMII_SELCOLORS
|
||||||
xwrite /def/normcolors $WMII_NORMCOLORS
|
xwrite /def/normcolors $WMII_NORMCOLORS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user