JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
nah, I don't want 640 as MASTERWIDTH
[dwm.git] / config.arg.h
index 308318f..f286769 100644 (file)
@@ -32,9 +32,9 @@ static Layout layout[] = { \
        { "[]=",                tile }, /* first entry is default */ \
        { "><>",                untile }, \
 };
-#define MASTERWIDTH            640             /* master width per thousand */
+#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