aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-10 19:31:27 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-10 19:31:27 +0100
commitfc2f6f4c500d0364d5dd5cf366be2fa8592f8469 (patch)
treead8ffcab18e0aeca25abb4ea0f751f8bf12b7f8b /TODO
parentf4e44cbef5dbbc2a2b71e7b9b70ee72d30b7c6a6 (diff)
Better detect focused x11 window on wayland, properly get focused game name on wayland
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5bb1970..01d9b0b 100644
--- a/TODO
+++ b/TODO
@@ -118,5 +118,4 @@ Check if "modprobe uinput" is needed on some systems (old fedora?).
Add recording timer to see duration of recording/streaming.
-Saving video into a folder with the name of the game doesn't always work on wayland. This happens when trying to save a video with the ui open and the ui opens without override redirect.
- Maybe a solution would be to query all windows (top to bottom) and check which window the cursor is inside, ignoring the gsr-ui window \ No newline at end of file
+Make folder with window name work when using gamescope. Gamescope runs x11 itself so to get the window name inside that we have to connect to the gamescope X11 server (DISPLAY=:1 on x11 and DISPLAY=:2 on wayland, but not always). \ No newline at end of file