mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
clarify shadow scale
This commit is contained in:
parent
04e041d3b8
commit
1fcfe34f3b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, espec
|
||||||
| col.shadow | shadow's color. Alpha dictates shadow's opacity. | color | 0xee1a1a1a |
|
| col.shadow | shadow's color. Alpha dictates shadow's opacity. | color | 0xee1a1a1a |
|
||||||
| col.shadow_inactive | inactive shadow color. (if not set, will fall back to col.shadow) | color | unset |
|
| col.shadow_inactive | inactive shadow color. (if not set, will fall back to col.shadow) | color | unset |
|
||||||
| shadow_offset | shadow's rendering offset. | vec2 | [0, 0] |
|
| shadow_offset | shadow's rendering offset. | vec2 | [0, 0] |
|
||||||
| shadow_scale | shadow's scale. | float | 1.0 |
|
| shadow_scale | shadow's scale. 0.0 - 1.0 | float | 1.0 |
|
||||||
| dim_inactive | enables dimming of inactive windows | bool | false |
|
| dim_inactive | enables dimming of inactive windows | bool | false |
|
||||||
| dim_strength | how much inactive windows should be dimmed, 0.0 - 1.0 | float | 0.5 |
|
| dim_strength | how much inactive windows should be dimmed, 0.0 - 1.0 | float | 0.5 |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue