aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-12-08 20:11:56 +0100
committerAnselm R. Garbe2007-12-08 20:11:56 +0100
commit2aee0c22dfba9494cb1153ae5248b655991f1c0b (patch)
tree7fc992cc99c02b30f0aec0b0fcc1ad15bc718946 /config.def.h
parentb8e68703d3b17502c868951b7c964b2b2fba3ae0 (diff)
downloadaur-2aee0c22dfba9494cb1153ae5248b655991f1c0b.tar.gz
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 169aeec62471..d76bd0bf91c5 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 },