From a73de0cff42588d3dc3b40e4e8b198c847208dca Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 10 Oct 2007 18:39:28 +0200 Subject: added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5a18854..1636dc6 100644 --- a/config.def.h +++ b/config.def.h @@ -49,6 +49,7 @@ Key keys[] = { \ { MODKEY, XK_l, setmwfact, "+0.05" }, \ { MODKEY, XK_m, togglemax, NULL }, \ { MODKEY, XK_Return, zoom, NULL }, \ + { MODKEY, XK_Tab, viewprevtag, NULL }, \ { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, \ { MODKEY|ShiftMask, XK_c, killclient, NULL }, \ { MODKEY, XK_0, view, NULL }, \ -- cgit v1.2.3