diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 57f1f51..8fe662a 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -121,7 +121,7 @@ # contributor to per-frame compositor latency. Re-enable with # smaller size/passes if you miss the look. blur = { - enabled = false; + enabled = true; }; }; @@ -156,12 +156,6 @@ 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; # New windows split the focused container 50/50 — your usual