fix hyprland config
This commit is contained in:
parent
d688c4d7db
commit
a8163f6525
|
@ -62,12 +62,15 @@ in
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 0
|
rounding = 0
|
||||||
multisample_edges = true
|
multisample_edges = true
|
||||||
blur_new_optimizations = 1
|
|
||||||
active_opacity = 0.8500;
|
active_opacity = 0.8500;
|
||||||
inactive_opacity = 0.76;
|
inactive_opacity = 0.76;
|
||||||
blur = 1
|
blur {
|
||||||
blur_size = 2
|
new_optimizations = 1
|
||||||
blur_passes = 2
|
enabled = 1
|
||||||
|
size = 2
|
||||||
|
passes = 2
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = 0
|
drop_shadow = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue