Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
tiled layout resizehints should be respected by default
[dwm.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
95bb84c
..
9bec26b
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-27,8
+27,8
@@
static Rule rules[] = {
};
/* layout(s) */
};
/* 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 */
static Layout layouts[] = {
/* symbol arrange function */