aboutsummarylogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-23 11:13:57 +0100
committerAnselm R. Garbe2007-02-23 11:13:57 +0100
commitad13c752b6ef6ba7ea1dee3f8e1a9894c5085e27 (patch)
treeaa12ce5780f9e63b8c66ec3562803cee6c8003c4 /config.default.h
parentac178c1029f28d174a030fed65ba5619ac9cfba1 (diff)
downloadaur-ad13c752b6ef6ba7ea1dee3f8e1a9894c5085e27.tar.gz
default masterwidth should also be at 600
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index 95e2906e19cc..91be009ff3c3 100644
--- a/config.default.h
+++ b/config.default.h
@@ -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 */