aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-02 12:32:08 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-02 12:32:08 +0200
commit180a3b73dbab2f586c53f9e5f044ab88aca95014 (patch)
tree48e5b5e70f0ef1ea97894270b3f084d7ea0acd8d /TODO
parentac1d57e8ba5059608b32ceeed8d91cf509a26d86 (diff)
Fix ui being on wrong monitor/focused monitor capture incorrect on kde plasma wayland when vrr is enabled (fallback to window creation & window position trick)HEADmaster
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4bf57f7..5e4b3c3 100644
--- a/TODO
+++ b/TODO
@@ -162,5 +162,11 @@ Support cjk font. Use fc-match to find the location of the font. This also works
Keyboard layout is incorrect on wayland when using kde plasma keyboard settings to setup multiple keyboards, for example when changing to french.
Text input is correct, but hotkey is incorrect.
Need to use "setxkbmap fr" as well.
+ This happens only when grabbing keyboard (gsr-global-hotkeys). Same thing is seen with xev.
Allow to configure replay by disk space as well. When changing bitrate change an editable field that says the disk space, and when changing that disk space field then change the bitrate or duration.
+
+Getting focused monitor on wayland doesn't work when vrr is enabled. This is because it uses software cursor instead (at least on kde plasma wayland).
+ Right now it falls back to create window & getting window position trick if there is no cursor visible (or a software cursor) and one monitor has vrr enabled.
+ Remove this when linux & wayland supports vrr with hardware cursor plane.
+ Find out another way to get cursor position on wayland. \ No newline at end of file