wmii

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

commit 88f682c1bc500fbd2ae942453efed4e480ff38ea
parent 4d796b3c5c36384aa1f4c8f64e49ddf31b1c0352
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu,  9 Mar 2006 13:27:44 +0100

fixed s/wmir/wmiir/ typos, added $MODKEY-[Shift-]space shortcuts to send the sel client to managed/floating layer respectively


Diffstat:
rc/wmiirc | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -33,9 +33,9 @@ xwrite /def/font $WMII_FONT xwrite /def/selcolors $WMII_SELCOLORS xwrite /def/normcolors $WMII_NORMCOLORS # some broken apps: -wmir create /def/class/'Gimp:*' +wmiir create /def/class/'Gimp:*' xwrite /def/class/'Gimp:*' '~' -wmir create /def/class/'xmms:*' +wmiir create /def/class/'xmms:*' xwrite /def/class/'xmms:*' '~' # BAR CONFIGURATION @@ -62,6 +62,8 @@ $MODKEY-Control-t $MODKEY-t $MODKEY-Return $MODKEY-Shift-Return +$MODKEY-space +$MODKEY-Shift-space $MODKEY-h $MODKEY-l $MODKEY-j @@ -152,6 +154,10 @@ do xwrite /ws/sel/sel/ctl sendto prev;; $MODKEY-Shift-Return) xwrite /ws/sel/sel/ctl sendto next;; + $MODKEY-space) + xwrite /ws/sel/sel/ctl sendto 0;; + $MODKEY-Shift-space) + xwrite /ws/sel/0/ctl sendto sel;; $MODKEY-h) xwrite /ws/ctl select prev;; $MODKEY-l)