dwm 6.3 upgrade.

This commit is contained in:
Bartek Stalewski 2022-01-19 11:56:41 +01:00
parent 7eeeb54de9
commit 0384d1f892
4 changed files with 10 additions and 10 deletions

View file

@ -63,6 +63,7 @@ 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 = 0; /* 1 means respect size hints in tiled resizals */
static const int attachbelow = 1; /* 1 means attach after the currently active window */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
static const Layout layouts[] = {
/* symbol arrange function */