sunshine fixes

This commit is contained in:
Miguel Palhas
2026-07-06 09:42:29 +01:00
parent c4a5515297
commit eea9bdb095
5 changed files with 48 additions and 6 deletions
@@ -92,6 +92,10 @@ in
cursor = {
no_hardware_cursors = "yes";
# Auto-hide the pointer after 3s of no movement so a parked cursor
# doesn't sit on top of a game (visible in the stream too). It
# reappears the instant the mouse moves.
inactive_timeout = 3;
};
general = {
@@ -211,6 +215,11 @@ in
"size 1200 1200, match:class org\\.pulseaudio\\.pavucontrol"
"move (cursor_x-(window_w*0.5)) (cursor_y-(window_h*0.5)), match:class org\\.pulseaudio\\.pavucontrol"
# wine / game installers (Inno Setup temp windows, e.g. Heroic/GOG).
# Their class is the random "setup_*.tmp" filename, so match by suffix.
"float on, match:class .*\\.tmp"
"center 1, match:class .*\\.tmp"
# metamask
"float on, match:class chrome-nkbihfbeogaeaoehlefnkodbefgpgknn-.*"