diff options
| author | Daniel Guihot | 2026-09-16 06:18:28 +1000 |
|---|---|---|
| committer | Daniel Guihot | 2026-09-16 06:18:49 +1000 |
| commit | 3661d4013f3af467e3c23fd6d47622dbcec583b5 (patch) | |
| tree | 55de12b6b13f825d33c8f5a84d371542f6d092d0 /README.md | |
| parent | d4c18b7169c56e69330411b21284dfce1aae5765 (diff) | |
| download | dwm-stickyfullscreen-3661d4013f3af467e3c23fd6d47622dbcec583b5.tar.gz dwm-stickyfullscreen-3661d4013f3af467e3c23fd6d47622dbcec583b5.zip | |
Disable both fullscreen protections when lockfullscreen is 0. Record
the runtime checks.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -19,9 +19,11 @@ The patch uses the existing `lockfullscreen` option in `config.h`. Set it to ## Testing -Applies and builds against dwm 6.8. Runtime tested under Xvfb: a fullscreen -clear sent while unfocused is ignored, and the same clear while focused is -honoured. +Applies and builds against dwm 6.8. Runtime tested under Xvfb. A fullscreen +clear sent while unfocused was ignored, fullscreen geometry returned on +focus, and the same clear while focused was honoured. Setting +`lockfullscreen` to 0 disabled the geometry restore and allowed the +unfocused clear. ## Download |
