From dc40d7e42bec2db13fe90fa4822a637c46d11410 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:10:19 +0000 Subject: [PATCH] docs: x11 doesn't support runtime screen changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc32e55..3c7dec8 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,6 @@ This seems to be an issue specific to Electron apps (Discord, Element, Slack, Sp ## X11 limitations -DPI scaling and upright screens are not supported on X11. These might display incorrectly or mess up your mouse position. +- DPI scaling is not supported and may cause the mouse to not follow the laser properly. +- Upright screens are not supported and can cause the mouse to act weirdly. +- Screen changes (connecting / disconnecting a display, resolution changes, etc) are not handled at runtime. Restart the overlay for these to take effect.