implemented reapply for re-applying the tagging rules during runtime, Mod-r

This commit is contained in:
Anselm R. Garbe
2007-12-08 20:11:56 +01:00
parent 8497f9f781
commit d66ad1457e
3 changed files with 16 additions and 0 deletions

View File

@ -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 },