about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 95bb84c..9bec26b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,8 +27,8 @@ static Rule rules[] = {
 };
 
 /* layout(s) */
-static float mfact           = 0.55;
-static Bool resizehints       = False;     /* False means respect size hints in tiled resizals */
+static float mfact      = 0.55;
+static Bool resizehints = True; /* False means respect size hints in tiled resizals */
 
 static Layout layouts[] = {
 	/* symbol     arrange function */
800 committer Kartik K. Agaram <vc@akkartik.com> 2015-02-19 16:32:05 -0800 787 - arithmetic operations' href='/akkartik/mu/commit/cpp/012run?h=hlt&id=c1a50c82b85825c07b58ce5e4f3a1d5433cae5dd'>c1a50c82 ^
a26cc359 ^
a26cc359 ^

6f5d7864 ^
ec926027 ^
3c435756 ^
1228ec73 ^
ec926027 ^


1228ec73 ^

9fc64bbc ^
10e449b5 ^
ec926027 ^
9fc64bbc ^

1228ec73 ^
ec926027 ^



decaddb4 ^
ec926027 ^
3ba63579 ^
c7c822b2 ^
d241c9c4 ^








eb7afe5d ^
d241c9c4 ^
9cf71627 ^
6f5d7864 ^
9fc64bbc ^


3c435756 ^


ec926027 ^















e7f76736 ^













3c435756 ^


37e4573b ^
3c435756 ^





b1bbe92d ^
3c435756 ^









e7f76736 ^
cae5461b ^
916ae8f5 ^
cae5461b ^
a26cc359 ^
a4ef18b1 ^
a26cc359 ^

a4ef18b1 ^
b291f85b ^




cae5461b ^



3ba63579 ^
fe67d47a ^
b291f85b ^




cae5461b ^

c1a50c82 ^
d160a8e1 ^
fe67d47a ^
3ba63579 ^
5f0e4762 ^

eaa75c87 ^
decaddb4 ^








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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155