aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-12-08 20:11:56 +0100
committerAnselm R. Garbe <garbeam@gmail.com>2007-12-08 20:11:56 +0100
commitd66ad1457e6b1e3fc18c01767fdb499acaef3c8e (patch)
tree1b8f5d8ccda22f343d402159211b1b900e6f95e8 /config.def.h
parent8497f9f78195d386c7b50bc5105641a5c3f78554 (diff)
implemented reapply for re-applying the tagging rules during runtime, Mod-r
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 169aeec..d76bd0b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -47,6 +47,7 @@ Key keys[] = {
{ MODKEY, XK_h, setmwfact, "-0.05" },
{ MODKEY, XK_l, setmwfact, "+0.05" },
{ MODKEY, XK_m, togglemax, NULL },
+ { MODKEY, XK_r, reapply, NULL },
{ MODKEY, XK_Return, zoom, NULL },
{ MODKEY, XK_Tab, viewprevtag, NULL },
{ MODKEY|ShiftMask, XK_space, togglefloating, NULL },