diff --git a/src/Lively/Lively/Core/Wallpapers/VideoMpvPlayer.cs b/src/Lively/Lively/Core/Wallpapers/VideoMpvPlayer.cs index 74e3aa86..1199a00f 100644 --- a/src/Lively/Lively/Core/Wallpapers/VideoMpvPlayer.cs +++ b/src/Lively/Lively/Core/Wallpapers/VideoMpvPlayer.cs @@ -116,6 +116,8 @@ public VideoMpvPlayer(string path, cmdArgs.Append("--stop-screensaver=no "); //disable mpv default (built-in) key bindings cmdArgs.Append("--input-default-bindings=no "); + // Win11 24H2 and new mpv builds alignment fix, ref: https://github.com/rocksdanister/lively/issues/2415 + cmdArgs.Append(!onScreenControl ? "--no-border " : " "); //Permit mpv to receive pointer events reported by the video output driver. Necessary to use the OSC, or to select the buttons in DVD menus. cmdArgs.Append(!onScreenControl ? "--input-cursor=no " : " "); //on-screen-controller visibility