diff options
| author | bakkeby <[email protected]> | 2021-05-13 14:25:26 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-05-13 14:25:26 +0200 |
| commit | 7fe81a6280bb411306c283e539bcf4009cdea679 (patch) | |
| tree | adf420c2b90fd0145da00df729cc96b33e445632 /config.def.h | |
| parent | 0b5bc76eef18ff323a776ef8596dab9d5171f7c5 (diff) | |
| download | dwm-flexipatch-7fe81a6280bb411306c283e539bcf4009cdea679.tar.gz dwm-flexipatch-7fe81a6280bb411306c283e539bcf4009cdea679.zip | |
fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen take precedence
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e9c2199..d792f03 100644 --- a/config.def.h +++ b/config.def.h @@ -83,7 +83,7 @@ static const int showsystray = 1; /* 0 means no systray */ static int tagindicatortype = INDICATOR_TOP_LEFT_SQUARE; static int tiledindicatortype = INDICATOR_NONE; static int floatindicatortype = INDICATOR_TOP_LEFT_SQUARE; -#if FAKEFULLSCREEN_CLIENT_PATCH +#if FAKEFULLSCREEN_CLIENT_PATCH && !FAKEFULLSCREEN_PATCH static int fakefsindicatortype = INDICATOR_PLUS; static int floatfakefsindicatortype = INDICATOR_PLUS_AND_LARGER_SQUARE; #endif // FAKEFULLSCREEN_CLIENT_PATCH |
