Add --no-ewmh-fullscreen
This arg reverts to the old behaviour of checking for fullscreen windows.
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user