aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-10-10 18:39:28 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-10-10 18:39:28 +0200
commita73de0cff42588d3dc3b40e4e8b198c847208dca (patch)
tree75c52f9e0078aeea37206146f53da691701ff9fa /config.def.h
parenteeea4ef583a2ca3746e987bd2ecd570fd1869c2d (diff)
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
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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 }, \