JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
default masterwidth should also be at 600
authorAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 10:13:57 +0000 (11:13 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 23 Feb 2007 10:13:57 +0000 (11:13 +0100)
config.default.h

index 95e2906..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 */