mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
config: disable blur special by default
very expensive
This commit is contained in:
parent
1dc4390b32
commit
e134ab7e7e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ _subcategory decoration:blur:_
|
||||||
| noise | how much noise to apply. 0.0 - 1.0 | float | 0.0117 |
|
| noise | how much noise to apply. 0.0 - 1.0 | float | 0.0117 |
|
||||||
| contrast | contrast modulation for blur. 0.0 - 2.0 | float | 0.8916 |
|
| contrast | contrast modulation for blur. 0.0 - 2.0 | float | 0.8916 |
|
||||||
| brightness | brightness modulation for blur. 0.0 - 2.0 | float | 0.8172 |
|
| brightness | brightness modulation for blur. 0.0 - 2.0 | float | 0.8172 |
|
||||||
| special | whether to blur behind the special workspace | bool | true |
|
| special | whether to blur behind the special workspace (note: expensive) | bool | false |
|
||||||
|
|
||||||
{{< hint type=important >}}
|
{{< hint type=important >}}
|
||||||
A subcategory is a nested category:
|
A subcategory is a nested category:
|
||||||
|
|
Loading…
Reference in a new issue