many small updates
[dotfiles.git] / config.h / dwm / config.h
index ad4a1a7..ec5d1ae 100644 (file)
@@ -38,6 +38,7 @@ static const Rule rules[] = {
 static const float mfact     = 0.55; /* factor of master area size [0.05..0.95] */
 static const int nmaster     = 1;    /* number of clients in master area */
 static const int resizehints = 1;    /* 1 means respect size hints in tiled resizals */
+static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
 
 static const Layout layouts[] = {
        /* symbol     arrange function */
@@ -84,8 +85,8 @@ static Key keys[] = {
        { MODKEY,           XK_b,      togglebar,      {0} },
        { MODKEY,           XK_j,      focusstack,     {.i = +1 } },
        { MODKEY,           XK_k,      focusstack,     {.i = -1 } },
-       { MODKEY,           XK_i,      incnmaster,     {.i = +1 } },
-       { MODKEY,           XK_d,      incnmaster,     {.i = -1 } },
+//     { MODKEY,           XK_i,      incnmaster,     {.i = +1 } },
+//     { MODKEY,           XK_d,      incnmaster,     {.i = -1 } },
        { MODKEY,           XK_h,      setmfact,       {.f = -0.05} },
        { MODKEY,           XK_l,      setmfact,       {.f = +0.05} },
        { MODKEY,           XK_Return, zoom,           {0} },