fix hyprland config

This commit is contained in:
Frost-Phoenix 2023-11-05 18:46:10 +01:00
parent d688c4d7db
commit a8163f6525

View file

@ -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
} }