about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-23 11:13:57 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-23 11:13:57 +0100
commit3d1d75a2248dc753bbc42a37b3da24311c35e03a (patch)
treeae5771ce16a9381b92d0884af8530ed693de2e3e
parent35f08f4231933b55fb668314498c4049a828f410 (diff)
downloaddwm-3d1d75a2248dc753bbc42a37b3da24311c35e03a.tar.gz
default masterwidth should also be at 600
-rw-r--r--config.default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index 95e2906..91be009 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 */
 
39301bd996415c7'>e16dad65 ^
f06f1fc3 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62