From 21ed74020976ad9b417a420c9a9b042d751bc67b Mon Sep 17 00:00:00 2001 From: Etienne Beaulieu Date: Sun, 10 Sep 2023 16:33:42 -0400 Subject: [PATCH] Fix capital letter --- pages/Configuring/Variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 1206057..c104e29 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -289,9 +289,9 @@ Described [here](../Keywords#per-device-input-configs). | groupbar_text_color | controls the group bar text color | color | 0xffffffff | | background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 | | close_special_on_empty | close the special workspace if the last window is removed | bool | true | -| snap_floating | Enable floating windows to snap to either the windows or the monitor's edge (values: `monitor` or `windows`) | str | [[Empty]] | +| snap_floating | enable floating windows to snap to either the windows or the monitor's edge (values: `monitor` or `windows`) | str | [[Empty]] | | snap_floating_strength | determines the distance at which snapping occurs | int | 50 | -| snap_floating_outside | When `false`, windows will only snap to the inside of windows. When `true`, windows will snap inside and outside. Setting this to `true` might require adjusting your gaps size to play nice. | bool | false | +| snap_floating_outside | when `false`, windows will only snap to the inside of windows. When `true`, windows will snap inside and outside. Setting this to `true` might require adjusting your gaps size to play nice. | bool | false | # Binds