mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
set new optimizations for blur in example configs
This commit is contained in:
parent
7ca50d7566
commit
3e9a8a7bc8
2 changed files with 4 additions and 8 deletions
|
@ -45,10 +45,8 @@ decoration {
|
||||||
rounding=10
|
rounding=10
|
||||||
blur=1
|
blur=1
|
||||||
blur_size=3 # minimum 1
|
blur_size=3 # minimum 1
|
||||||
blur_passes=1 # minimum 1, more passes = more resource intensive.
|
blur_passes=1 # minimum 1
|
||||||
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
blur_new_optimizations=1
|
||||||
# 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 {
|
||||||
|
|
|
@ -53,10 +53,8 @@ decoration {
|
||||||
rounding=10
|
rounding=10
|
||||||
blur=1
|
blur=1
|
||||||
blur_size=3 # minimum 1
|
blur_size=3 # minimum 1
|
||||||
blur_passes=1 # minimum 1, more passes = more resource intensive.
|
blur_passes=1 # minimum 1
|
||||||
# Your blur "amount" is blur_size * blur_passes, but high blur_size (over around 5-ish) will produce artifacts.
|
blur_new_optimizations=1
|
||||||
# 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