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 = {
rounding = 8;
blur = {
# Haswell iGPU can't afford 3-pass blur every frame — the
# blown frame budget shows up as pointer/input latency.
enabled = !isMacbook;
enabled = true;
size = 1;
passes = 3;
};