From 833ff79982a197fdd3561a64825a1166c06bdc69 Mon Sep 17 00:00:00 2001 From: Etienne Beaulieu Date: Sun, 10 Sep 2023 16:31:36 -0400 Subject: [PATCH] Add snap_floating related variables --- pages/Configuring/Variables.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 749e4a7..1206057 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -289,6 +289,10 @@ 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_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 | + # Binds