update to dwm 6.3

This commit is contained in:
2022-01-08 10:31:14 +01:00
parent 3e2a2695a8
commit 3a5cb824ff
5 changed files with 10 additions and 4 deletions

View File

@@ -87,6 +87,7 @@ static const float mfact = 0.50; /* factor of master area size [0.05..0.95]
static const float firstwindowoffset = 0.05; /* render first window 5% larger than mfact would for firstwindowcentered layout */
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 Layout layouts[] = {
/* symbol arrange function */