diff --git a/settings/hyprland.nix b/settings/hyprland.nix index d67501b..e831f7c 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -134,6 +134,12 @@ no_warps = true; # don't teleport the cursor on focus changes }; + xwayland = { + # Skip Hyprland's compositor-side scaling for XWayland surfaces. + # Often helps Wine games recover better from resize/move events. + force_zero_scaling = true; + }; + dwindle = { preserve_split = true; pseudotile = true;