JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
[dwm.git] / config.def.h
index 1c704c3..8bd6b69 100644 (file)
@@ -24,10 +24,10 @@ Rule rules[] = {
 #define SNAP        32    /* snap pixel */
 
 Layout layouts[] = {
-       /* symbol     function    isfloating */
-       { "[]=",      tilev,      False }, /* first entry is default */
-       { "><>",      NULL,       True },
-       { "<M>",      monocle,    True },
+       /* symbol     function */
+       { "[]=",      tile    }, /* first entry is default */
+       { "><>",      NULL    }, /* no layout function means floating behavior */
+       { "<M>",      monocle }, /* TODO: remove this */
 };
 
 /* key definitions */
@@ -40,7 +40,6 @@ Key keys[] = {
        { MODKEY|ShiftMask,             XK_j,      focusnext,      "exact" },
        { MODKEY,                       XK_k,      focusprev,      NULL },
        { MODKEY|ShiftMask,             XK_k,      focusprev,      "exact" },
-       { MODKEY,                       XK_r,      reapply,        NULL },
        { MODKEY,                       XK_h,      setmfact,       "-0.05" },
        { MODKEY,                       XK_l,      setmfact,       "+0.05" },
        { MODKEY,                       XK_Return, zoom,           NULL },