From cdb673245e8633ec95424c7fcab8baca76977d6a Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Tue, 23 Nov 2021 21:59:47 -0800 Subject: Add EWMH desktop & decoration hints support --- config.def.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e09d20d..7570fe5 100644 --- a/config.def.h +++ b/config.def.h @@ -38,10 +38,11 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ -static const int nmaster = 1; /* number of clients in master area */ -static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ -static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ +static const int nmaster = 1; /* number of clients in master area */ +static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ +static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +static const int decorhints = 1; /* 1 means respect decoration hints */ static const Layout layouts[] = { /* symbol arrange function */ -- cgit v1.2.3