diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-08-07 12:24:16 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-08-07 12:24:16 +0100 |
| commit | 941f42bb8cf70701cc247ea426444719e7606cb4 (patch) | |
| tree | 6853631d0ce24a7f71e5f72fdebe0e6a2e1fd00b /config.h | |
| parent | 9a59b1ec1aee0d49a1baaba2f27c1ca3ad1c8a0e (diff) | |
Revert "fakefullscreen patch"
This reverts commit 9a59b1ec1aee0d49a1baaba2f27c1ca3ad1c8a0e.
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 = 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 */ |
