From: Daniel Liu Date: Wed, 30 Sep 2020 19:18:58 +0000 (-0400) Subject: config X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=commitdiff_plain;h=ceeee30fd26754fe8f53ba99f3be71332aba67d8;hp=4a3fd2ee0c4fbac17ea4200f962edf6c6ba54ad1 config --- diff --git a/config.def.h b/config.def.h index 1757ec3..c5f7e0c 100644 --- a/config.def.h +++ b/config.def.h @@ -38,7 +38,7 @@ static const Rule rules[] = { /* layout(s) */ static float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static int nmaster = 1; /* number of clients in master area */ -static int resizehints = 1; /* 1 means respect size hints in tiled resizals */ +static int resizehints = 0; /* 1 means respect size hints in tiled resizals */ static const Layout layouts[] = { /* symbol arrange function */