diff options
author | Stefan Ritter <gideonstar@galahad.avalon.lan> | 2009-07-17 11:20:02 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@galahad.avalon.lan> | 2009-07-17 11:20:02 +0200 |
commit | 832ec933738e4e2257ec445b05408a5b4d0ec701 (patch) | |
tree | caa1603534773fc60aba4ef54dd67180c8641535 /wmii-3.5/wmiirc | |
parent | c2dad9dced53224fae30519b0e1f36b83448d986 (diff) |
Several enhancements
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-x | wmii-3.5/wmiirc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index bf1499c..d21867c 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -9,7 +9,7 @@ LEFT=n RIGHT=t # Colors tuples: "<text> <background> <border>" -WMII_FOCUSCOLORS='#66FF00 #101010 #66FF00' +WMII_FOCUSCOLORS='#66CC00 #000000 #111111' WMII_NORMCOLORS='#EEEEEE #000000 #111111' @@ -116,6 +116,8 @@ eventstuff() { wmiir xwrite /tag/sel/ctl colmode sel default Key $MODKEY-s wmiir xwrite /tag/sel/ctl colmode sel stack + Key $MODKEY-Shift-q + Action $(actionlist | eval $WMII_MENU) & Key $MODKEY-q sh -c "$(eval $WMII_MENU <$progsfile)" & Key $MODKEY-Return |