diff options
| author | Daniel Guihot | 2026-09-16 06:18:28 +1000 |
|---|---|---|
| committer | Daniel Guihot | 2026-09-16 06:18:49 +1000 |
| commit | fe672d6b2f3e10d697ab1a34256d302a4438676b (patch) | |
| tree | 6f6cd3703bf9721615ccc96f4d79980a73b96580 | |
| parent | 270323604a64f4c9aed829f32dbc12f3d0969a26 (diff) | |
| download | dwm-pointerlock-main.tar.gz dwm-pointerlock-main.zip | |
Record pointer crossing and keyboard monitor focus tests. Include the
lockfullscreen=0 result.
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
