From 972ef5b69e89d6218c4c60bff86968cf94d6ca60 Mon Sep 17 00:00:00 2001 From: djvs <2954343+djvs@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:43:31 -0400 Subject: [PATCH] variables: add general:resize_corner (#525) Co-authored-by: djvs --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 3224dd0..c1371de 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -66,6 +66,7 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | extend_border_grab_area | extends the area around the border where you can click and drag on, only used when `general:resize_on_border` is on. | int | 15 | | hover_icon_on_border | show a cursor icon when hovering over borders, only used when `general:resize_on_border` is on. | bool | true | | allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false | +| resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 | {{< hint type=warning >}}