about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-11 14:54:45 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-11 14:54:45 +0100
commit93a4fe1052e1271f7b4f519b4f2de4e3f4e15edc (patch)
treedf8c8ef3fc9760916481d492dbd6e8cdcb4cfab0 /config.def.h
parent5602f44b29b5c9a9b66b012b34f5749929c5cd31 (diff)
downloaddwm-93a4fe1052e1271f7b4f519b4f2de4e3f4e15edc.tar.gz
cleaned up config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h
index d7824e3..0b5d9e4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -22,12 +22,10 @@ Rule rules[] = {
 /*   func name  bx  by  bw  wx  wy  ww     wh  mx  my       mw  mh     tx  ty     tw  th  mox moy mow moh */
 #define MFACT			0.55	/* master width factor [0.1 .. 0.9] */
 DEFGEOM(single,  0,  0, sw,  0, bh, sw, sh-bh, wx, wy, mfact*ww, wh, mx+mw, wy, ww-mw, wh,  wx, wy, ww, wh)
-DEFGEOM(dual,    0,  0,1280, 0, bh, ww, wh-bh, wx, wy, 1280,800-bh,  1280,  0, ww-mw, sh,  mx, my, mw, mh)
 
 Geom geoms[] = {
 	/* symbol	function */
 	{ "[]",		single },	/* first entry is default */
-	{ "[][]",	dual },
 };
 
 /* layout(s) */
@@ -37,12 +35,8 @@ Geom geoms[] = {
 Layout layouts[] = {
 	/* symbol		function	isfloating */
 	{ "[]=",		tilev,		False }, /* first entry is default */
-	{ "<>=",		tilev,		True },
-	{ "[]|",		tileh,		False },
-	{ "<>|",		tileh,		True },
-	{ "><>",		NULL,	True },
-	{ "[m]",		monocle,	False },
-	{ "[M]",		monocle,	True },
+	{ "><>",		NULL,		True },
+	{ "<M>",		monocle,	True },
 };
 
 /* key definitions */
ksloc.org <unknown> 2006-08-01 13:59:13 +0200 centralized/externalized configuration to config.h' href='/acidbong/suckless/dwm/commit/config.arg.h?h=5.7&id=a73a88280681acdab047bd11a9ba77d97d6a0b72'>a73a882 ^
12280f0 ^
3794c62 ^

f196b71 ^

338c083 ^
f196b71 ^




3794c62 ^
f196b71 ^
3794c62 ^



338c083 ^
3794c62 ^
e461e60 ^
4135e34 ^
7969250 ^
e461e60 ^
3794c62 ^
f196b71 ^

b38905b ^
a73a882 ^
3059c9c ^
3171371 ^
0ea0343 ^
e701394 ^
3171371 ^
0ea0343 ^
2c477cf ^
2aef8b9 ^
7969250 ^

27b0595 ^

7969250 ^



2c477cf ^

338c083 ^
2c477cf ^







































a73a882 ^
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101