diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-03-29 02:15:19 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-03-29 02:15:19 +0200 |
commit | 8bbf83240aa647fe534651aff2b7aba210a224ff (patch) | |
tree | 59563e80169b3bcae20cca7d4c7eb2d8aa8e7e17 | |
parent | 967e0c4446c17685faf9f91326341c04f10830e8 (diff) |
Modified colors and floating config
-rwxr-xr-x | wmii-3.5/wmiirc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index 2543bd3..acaf85d 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -10,7 +10,7 @@ RIGHT=t # Colors tuples: "<text> <background> <border>" WMII_FOCUSCOLORS='#CCCCCC #000000 #111111' -WMII_NORMCOLORS='#333333 #000000 #111111' +WMII_NORMCOLORS='#999999 #000000 #111111' WMII_FONT='fixed' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) @@ -26,7 +26,7 @@ wmiir write /colrules <<! # Tagging Rules wmiir write /tagrules <<! -/XMMS.*/ -> ~ +/vlc.*/ -> ~ /MPlayer.*/ -> ~ /Gimp.*/ -> ~ /.*/ -> sel |