aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-14 00:25:37 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-14 00:25:37 +0100
commitd2f6b0738bdd90a5503fff404dfa4f0ad0962ef3 (patch)
treed6ff32e7416d1a0b7f8e6024807797e8447b4bcf /TODO
parent4ba1e814b748d57631f6b7afb7eaa63e8435c24e (diff)
Add option to start replay on fullscreen
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index ac71593..696d368 100644
--- a/TODO
+++ b/TODO
@@ -78,4 +78,10 @@ Add profile option. Convert view to profile, add an option at the bottom that sa
Verify monitor/audio when starting recording. Give an error if the options are no longer valid.
-Add option to record focused monitor. This is less error prone when plugging in monitors, etc. \ No newline at end of file
+Add option to record focused monitor. This is less error prone when plugging in monitors, etc.
+
+Get focused window when opening gsr-ui and pass that to the save replay script, to ignore gsr-ui when getting game name.
+
+gsr ui window has _NET_WM_STATE _NET_WM_STATE_ABOVE, not _NET_WM_STATE_FULLSCREEN
+
+For replay on fullscreen detect focused fullscreen window by checking if the window size is the same as the monitor size instead of _NET_WM_STATE_FULLSCREEN. \ No newline at end of file