aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Guihot2026-09-16 06:18:28 +1000
committerDaniel Guihot2026-09-16 06:18:49 +1000
commit3661d4013f3af467e3c23fd6d47622dbcec583b5 (patch)
tree55de12b6b13f825d33c8f5a84d371542f6d092d0 /README.md
parentd4c18b7169c56e69330411b21284dfce1aae5765 (diff)
downloaddwm-stickyfullscreen-main.tar.gz
dwm-stickyfullscreen-main.zip
Honor lockfullscreen for geometry restoreHEADmain
Disable both fullscreen protections when lockfullscreen is 0. Record the runtime checks.
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 839f142..1b5f699 100644
--- a/README.md
+++ b/README.md
@@ -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