From 832ec933738e4e2257ec445b05408a5b4d0ec701 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 17 Jul 2009 11:20:02 +0200 Subject: Several enhancements --- wmii-3.5/wmiirc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wmii-3.5') 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: " " -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 -- cgit v1.2.3