From 0a17ced9f7ae641a889b5552eb469910fb07d91a Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:17:26 +0200 Subject: [PATCH] rounding default update --- pages/Configuring/Basic-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Basic-Config.md index 344447b..71a108b 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Basic-Config.md @@ -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 |