hyprland: revert macbook blur disable (didn't help latency)
This commit is contained in:
parent
2e13ad2ac9
commit
acb090fbf5
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue