forked from extern/nix-config
hyprland: Increase blur passes
When blur is enabled, it should look like things are actually blurred. This has the advantage of making translucent windows work better when the opacity is set by hyprland.
This commit is contained in:
parent
a3ffaf73a7
commit
2045b05b79
@ -60,7 +60,7 @@
|
||||
rounding = 0
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
blur_passes = 3
|
||||
blur_new_optimizations = yes
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
|
Loading…
Reference in New Issue
Block a user