Fix focused monitor for wlroots and hyprland

This commit is contained in:
dec05eba
2025-04-04 23:36:57 +02:00
parent 2e3adfc510
commit 302cfb13b7
2 changed files with 76 additions and 5 deletions

6
TODO
View File

@@ -149,4 +149,8 @@ Add systray for recording status.
Add a desktop icon when gsr-ui has a window mode option (which should be the default launch option).
Use /dev/input/eventN (or /dev/hidrawN) instead of /dev/input/jsN for joystick input.
Use /dev/input/eventN (or /dev/hidrawN) instead of /dev/input/jsN for joystick input.
Verify if cursor tracker monitor name is always correct. It uses the wayland monitor name for recording, but gpu screen recorder uses a custom name created from the drm connector name.
Notification with the focused monitor (with CursorTrackerWayland) assumes that the x11 monitor name is the same as the drm monitor name.