From 5a736865e7bdcbceec85ca4a562a20df62d47c41 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Wed, 9 Feb 2022 09:01:18 -0500 Subject: patch: fakefullscreen Only allow clients to "fullscreen" into space currently given to them. As an example, this will allow you to view a fullscreen video in your browser on one half of the screen, while having the other half available for other tasks. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index fe50ff3..3626fc4 100644 --- a/config.def.h +++ b/config.def.h @@ -40,7 +40,7 @@ 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 const int lockfullscreen = 0; /* 1 will force focus on the fullscreen window */ static const int refreshrate = 120; /* refresh rate (per second) for client move/resize */ static const Layout layouts[] = { -- cgit v1.2.3