From a582da75a740dc007f25542b0da41c7a76a829ab 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 1b5b710..3242ea1 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 Layout layouts[] = { /* symbol arrange function */ -- cgit v1.2.3