summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-08-07 12:24:16 +0100
committerMouad Alami <moadalami40@gmail.com>2023-08-07 12:24:16 +0100
commit941f42bb8cf70701cc247ea426444719e7606cb4 (patch)
tree6853631d0ce24a7f71e5f72fdebe0e6a2e1fd00b /config.h
parent9a59b1ec1aee0d49a1baaba2f27c1ca3ad1c8a0e (diff)
Revert "fakefullscreen patch"
This reverts commit 9a59b1ec1aee0d49a1baaba2f27c1ca3ad1c8a0e.
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 ba9c633..06ad154 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 = 0; /* 1 will force focus on the fullscreen window */
+static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
static const Layout layouts[] = {
/* symbol arrange function */