1
0
mirror of git://git.suckless.org/dwm synced 2025-07-31 12:12:14 -07:00

tiled layout resizehints should be respected by default

This commit is contained in:
Anselm R Garbe
2008-06-17 11:19:17 +01:00
parent 5a92420fce
commit f25cc5678f
2 changed files with 5 additions and 5 deletions

View File

@@ -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 */