Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
35f08f4
)
default masterwidth should also be at 600
author
Anselm R. Garbe <
[email protected]
>
Fri, 23 Feb 2007 10:13:57 +0000
(11:13 +0100)
committer
Anselm R. Garbe <
[email protected]
>
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
95e2906
..
91be009
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 */