JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed the <M> togglelayout call
[dwm.git] / config.def.h
index f35769c..d62b131 100644 (file)
@@ -25,9 +25,8 @@ Rule rules[] = {
 #include "tile.c"
 Layout layouts[] = {
        /* symbol     arrange  geom */
-       { "[]=",      tile,    tilegeom }, /* first entry is default */
-       { "><>",      NULL,             }, /* no layout function means floating behavior */
-       { "<M>",      monocle, NULL     }, /* TODO: remove this */
+       { "[]=",      tile,    updatetilegeom }, /* first entry is default */
+       { "><>",      NULL,                   }, /* no layout function means floating behavior */
 };
 
 /* key definitions */
@@ -37,13 +36,10 @@ Key keys[] = {
        { MODKEY,                       XK_p,      spawn,          "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
        { MODKEY|ShiftMask,             XK_Return, spawn,          "exec uxterm" },
        { MODKEY,                       XK_j,      focusnext,      NULL },
-       { MODKEY|ShiftMask,             XK_j,      focusnext,      "exact" },
        { MODKEY,                       XK_k,      focusprev,      NULL },
-       { MODKEY|ShiftMask,             XK_k,      focusprev,      "exact" },
        { MODKEY,                       XK_h,      setmfact,       "-0.05" },
        { MODKEY,                       XK_l,      setmfact,       "+0.05" },
        { MODKEY,                       XK_Return, zoom,           NULL },
-       { MODKEY,                       XK_m,      togglelayout,   "<M>" },
        { MODKEY,                       XK_Tab,    viewprevtag,    NULL },
        { MODKEY|ShiftMask,             XK_c,      killclient,     NULL },
        { MODKEY,                       XK_space,  togglelayout,   NULL },