aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Guihot2026-09-16 06:18:28 +1000
committerDaniel Guihot2026-09-16 06:18:49 +1000
commitfe672d6b2f3e10d697ab1a34256d302a4438676b (patch)
tree6f6cd3703bf9721615ccc96f4d79980a73b96580
parent270323604a64f4c9aed829f32dbc12f3d0969a26 (diff)
downloaddwm-pointerlock-main.tar.gz
dwm-pointerlock-main.zip
Document multi-monitor runtime testsHEADmain
Record pointer crossing and keyboard monitor focus tests. Include the lockfullscreen=0 result.
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f32fd8..84591f0 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,10 @@ The patch uses the existing `lockfullscreen` option in `config.h`. Set it to
## Testing
-Applies and builds against dwm 6.8. Runtime testing of the monitor crossing is
-pending; Xvfb would not provide two distinct Xinerama head positions on the
-development machine.
+Applies and builds against dwm 6.8. Runtime tested under Xvfb with two distinct
+640x800 Xinerama heads supplied by a test shim. Pointer crossing kept input
+focus on the fullscreen client, while `focusmon` still changed monitors.
+Setting `lockfullscreen` to 0 restored the original pointer-focus behaviour.
## Download