hyprland: revert macbook blur disable (didn't help latency)

This commit is contained in:
rope 2026-07-25 08:45:07 +01:00
parent 2e13ad2ac9
commit acb090fbf5

View file

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