docs: x11 doesn't support runtime screen changes

This commit is contained in:
galister 2024-04-04 11:10:19 +00:00 committed by GitHub
parent c02edb7a43
commit dc40d7e42b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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.