hyprland: disable blur on macbook (haswell igpu frame budget)
This commit is contained in:
parent
e4f2a3008a
commit
6afd762abf
1 changed files with 3 additions and 1 deletions
|
|
@ -117,7 +117,9 @@ in
|
|||
decoration = {
|
||||
rounding = 8;
|
||||
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;
|
||||
passes = 3;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue