From a1a3d30ef2024da4383b1d9b0ec1050ebc5cb577 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 27 Jan 2022 23:36:37 -0600 Subject: dwm: upgrade to 6.3, add optimization --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index f2f2281..644913b 100644 --- a/config.h +++ b/config.h @@ -97,6 +97,8 @@ static const Rule rules[] = { static const float mfact = 0.50; /* 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 int attachbelow = 1; /* 1 means attach after the currently active window */ #include "tcl.c" -- cgit v1.2.3