about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorjasper <jasper>2007-06-05 19:03:20 +0000
committerjasper <jasper>2007-06-05 19:03:20 +0000
commitc025dc90897fa7f96859e84b709443d70e8a2980 (patch)
tree91922c2a20c249e6501e5a37dbdeae4c2261d4f5 /conf.c
parent15fdb76df90671c40afed1b95b7e2ee3a52aa1ce (diff)
downloadcwm-c025dc90897fa7f96859e84b709443d70e8a2980.tar.gz
cwm-c025dc90897fa7f96859e84b709443d70e8a2980.tar.xz
cwm-c025dc90897fa7f96859e84b709443d70e8a2980.zip
make it possible to cycle through the windows when non are selected.
(eg. when they're hidden, now you can cycle through them)

from aon@iki.fi
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 48c44df..011ed80 100644
--- a/conf.c
+++ b/conf.c
@@ -199,9 +199,9 @@ conf_setup(struct conf *c)
 		conf_bindkey(c, kbfunc_menu_search,
 		    XK_slash, ControlMask, 0, 0);
 		conf_bindkey(c, kbfunc_client_cycle,
-		    XK_Tab, Mod1Mask, KBFLAG_NEEDCLIENT, 0);
+		    XK_Tab, Mod1Mask, 0, 0);
 		conf_bindkey(c, kbfunc_client_rcycle,
-		    XK_Tab, Mod1Mask|ShiftMask, KBFLAG_NEEDCLIENT, 0);
+		    XK_Tab, Mod1Mask|ShiftMask, 0, 0);
 		conf_bindkey(c, kbfunc_client_label, XK_l,
 		    ControlMask|Mod1Mask, KBFLAG_NEEDCLIENT, 0);
 		conf_bindkey(c, kbfunc_client_delete, XK_x,