Add --no-ewmh-fullscreen

This arg reverts to the old behaviour of checking for fullscreen
windows.
This commit is contained in:
Tasos Sahanidis
2019-06-08 02:13:28 +03:00
parent 10d5c9b2f9
commit 93642e537f
6 changed files with 17 additions and 2 deletions

View File

@ -224,6 +224,9 @@ typedef struct options {
bool track_wdata;
/// Whether compton needs to track window leaders.
bool track_leader;
// Don't use EWMH to detect fullscreen applications
bool no_ewmh_fullscreen;
} options_t;
extern const char *const BACKEND_STRS[NUM_BKEND + 1];