JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hahaha, untiled and non-untiled sounded really cumbersome
[dwm.git] / config.arg.h
index 72a74bf..f286769 100644 (file)
@@ -34,7 +34,7 @@ static Layout layout[] = { \
 };
 #define MASTERWIDTH            600             /* master width per thousand */
 #define NMASTER                        1               /* clients in master area */
-#define SNAP                   40              /* untiled snap pixel */
+#define SNAP                   32              /* snap pixel */
 
 /* key definitions */
 #define MODKEY                 Mod1Mask
@@ -50,8 +50,8 @@ static Key key[] = { \
        { MODKEY,                       XK_space,       setlayout,      NULL }, \
        { MODKEY,                       XK_d,           incnmaster,     "-1" }, \
        { MODKEY,                       XK_i,           incnmaster,     "1" }, \
-       { MODKEY,                       XK_h,           incmasterw,     "-15" }, \
-       { MODKEY,                       XK_l,           incmasterw,     "15" }, \
+       { MODKEY,                       XK_h,           incmasterw,     "-32" }, \
+       { MODKEY,                       XK_l,           incmasterw,     "32" }, \
        { MODKEY,                       XK_j,           focusclient,    "1" }, \
        { MODKEY,                       XK_k,           focusclient,    "-1" }, \
        { MODKEY,                       XK_m,           togglemax,      NULL }, \