Update hyprland config for new version
This commit is contained in:
@ -29,12 +29,15 @@ general {
|
|||||||
decoration {
|
decoration {
|
||||||
rounding = 5
|
rounding = 5
|
||||||
multisample_edges = on
|
multisample_edges = on
|
||||||
blur = yes
|
|
||||||
blur_size = 10
|
blur {
|
||||||
blur_passes = 3
|
enabled = true
|
||||||
blur_new_optimizations = on
|
size = 10
|
||||||
blur_ignore_opacity = on
|
passes = 3
|
||||||
blur_xray = on
|
new_optimizations = true
|
||||||
|
ignore_opacity = true
|
||||||
|
xray = true
|
||||||
|
}
|
||||||
|
|
||||||
drop_shadow = off
|
drop_shadow = off
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
|
Reference in New Issue
Block a user