projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f08f4
)
default masterwidth should also be at 600
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 10:13:57 +0000
(11:13 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 23 Feb 2007 10:13:57 +0000
(11:13 +0100)
config.default.h
patch
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index 95e2906e19cc8e4952e18ef080e0176382c2634d..91be009ff3c3a76194445ab25f2ead75ef30118a 100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-33,7
+33,7
@@
static Layout layout[] = { \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
-#define MASTERWIDTH 6
4
0 /* master width per thousand */
+#define MASTERWIDTH 6
0
0 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
#define SNAP 32 /* snap pixel */