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

@ -256,6 +256,9 @@ May also be one of the predefined kernels: `3x3box` (default), `5x5box`, `7x7box
*--benchmark-wid* 'WINDOW_ID'::
Specify window ID to repaint in benchmark mode. If omitted or is 0, the whole screen is repainted.
*--no-ewmh-fullscreen*::
Do not use EWMH to detect fullscreen windows. Reverts to checking if a window is fullscreen based only on its size and coordinates.
FORMAT OF CONDITIONS
--------------------
Some options accept a condition string to match certain windows. A condition string is formed by one or more conditions, joined by logical operators.