From c7a0f7e4c03fdc3ef7d25c6cc4fbe7cb73ca7f5e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 17 Jan 2022 14:25:15 +0100 Subject: dwm version bump --- dwm/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dwm/config.h b/dwm/config.h index de2fe8d..0847dd8 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -35,6 +35,7 @@ static const Rule rules[] = { 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 Layout layouts[] = { /* symbol arrange function */ -- cgit v1.2.3