Adding decoration hints patch

This commit is contained in:
bakkeby
2020-08-11 10:17:02 +02:00
parent 14e148be2a
commit 10f4d513ec
8 changed files with 77 additions and 0 deletions

View File

@@ -654,6 +654,9 @@ static const int nmaster = 1; /* number of clients in master area */
static const int nstack = 0; /* number of clients in primary stack area */
#endif // FLEXTILE_DELUXE_LAYOUT
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
#if DECORATION_HINTS_PATCH
static const int decorhints = 1; /* 1 means respect decoration hints */
#endif // DECORATION_HINTS_PATCH
#if NROWGRID_LAYOUT
#define FORCE_VSPLIT 1