JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
default masterwidth should also be at 600
[dwm.git] / config.default.h
index c20f1b2..91be009 100644 (file)
@@ -33,7 +33,7 @@ static Layout layout[] = { \
        { "[]=",                tile }, /* first entry is default */ \
        { "><>",                floating }, \
 };
-#define MASTERWIDTH            640             /* master width per thousand */
+#define MASTERWIDTH            600             /* master width per thousand */
 #define NMASTER                        1               /* clients in master area */
 #define SNAP                   32              /* snap pixel */
 
@@ -47,8 +47,8 @@ static Key key[] = { \
        { MODKEY,                       XK_space,       setlayout,      NULL }, \
        { MODKEY,                       XK_d,           incnmaster,     "-1" }, \
        { MODKEY,                       XK_i,           incnmaster,     "1" }, \
-       { MODKEY,                       XK_l,           incmasterw,     "32" }, \
        { 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 }, \