diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-23 21:59:47 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-11-23 21:59:47 -0800 |
| commit | cdb673245e8633ec95424c7fcab8baca76977d6a (patch) | |
| tree | c2b24d7df5a695ec0976827a4bae4d00154d3141 /config.def.h | |
| parent | Add ability to swap windows around in the stack (diff) | |
Add EWMH desktop & decoration hints support
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 */ |