mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 16:05:59 +01:00
update example conf for kawase
This commit is contained in:
parent
e5f8bca41c
commit
5713306f7e
1 changed files with 4 additions and 3 deletions
|
@ -33,10 +33,11 @@ general {
|
||||||
decoration {
|
decoration {
|
||||||
rounding=10
|
rounding=10
|
||||||
blur=1
|
blur=1
|
||||||
blur_size=8 # minimum 2
|
blur_size=3 # minimum 3
|
||||||
blur_passes=1 # minimum 1, more passes = more resource intensive.
|
blur_passes=2 # minimum 2, more passes = more resource intensive.
|
||||||
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 30-ish) will produce artifacts.
|
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
||||||
# if you want heavy blur, you need to up the blur_passes.
|
# if you want heavy blur, you need to up the blur_passes.
|
||||||
|
# the more passes, the more you can up the blur_size without noticing artifacts.
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
Loading…
Reference in a new issue