rounding default update

This commit is contained in:
vaxerski 2022-08-31 11:17:26 +02:00
parent f4032f7153
commit 0a17ced9f7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Prefer using `input:sensitivity` over `general:sensitivity` to avoid bugs, espec
## Decoration
| name | description | type | default |
|---|---|---|---|---|
| rounding | rounded corners' radius (in layout px) | int | 1 |
| rounding | rounded corners' radius (in layout px) | int | 0 |
| multisample_edges | enable antialiasing (no-jaggies) for rounded corners | bool | true |
| active_opacity | self-explanatory, only for windows. (0.0 - 1.0) | float | 1.0 |
| inactive_opacity | self-explanatory, only for windows. (0.0 - 1.0) | float | 1.0 |