diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-08-07 11:48:25 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-08-07 11:48:25 +0100 |
| commit | 9a59b1ec1aee0d49a1baaba2f27c1ca3ad1c8a0e (patch) | |
| tree | 9106c62fe9ab3fbc979484f29d423c6720e0a763 /config.h | |
| parent | a7ffed9020bebeea741266c249837336fa465989 (diff) | |
fakefullscreen patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
