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 = {
|
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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue