summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-08-07 11:48:25 +0100
committerMouad Alami <moadalami40@gmail.com>2023-08-07 11:48:25 +0100
commit9a59b1ec1aee0d49a1baaba2f27c1ca3ad1c8a0e (patch)
tree9106c62fe9ab3fbc979484f29d423c6720e0a763 /config.h
parenta7ffed9020bebeea741266c249837336fa465989 (diff)
fakefullscreen patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 06ad154..ba9c633 100644
--- a/config.h
+++ b/config.h
@@ -54,7 +54,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 int lockfullscreen = 0; /* 1 will force focus on the fullscreen window */
static const Layout layouts[] = {
/* symbol arrange function */