hyprland: disable blur on macbook (haswell igpu frame budget)

This commit is contained in:
rope 2026-07-24 16:19:50 +01:00
parent e4f2a3008a
commit 6afd762abf

View file

@ -117,7 +117,9 @@ in
decoration = { decoration = {
rounding = 8; rounding = 8;
blur = { blur = {
enabled = true; # Haswell iGPU can't afford 3-pass blur every frame — the
# blown frame budget shows up as pointer/input latency.
enabled = !isMacbook;
size = 1; size = 1;
passes = 3; passes = 3;
}; };