From ab879b2a3410c9625809aa93af12e0d988c293b4 Mon Sep 17 00:00:00 2001 From: Mike Will Date: Thu, 31 Oct 2024 07:21:21 -0400 Subject: [PATCH] add snap:border_overlap description (#835) --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index f444110..572c3ed 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -81,6 +81,7 @@ _Subcategory `general:snap:`_ | enabled | enable snapping for floating windows | bool | false | | window_gap | minimum gap in pixels between windows before snapping | int | 10 | | monitor_gap | minimum gap in pixels between window and monitor edges before snapping | int | 10 | +| border_overlap | if true, windows snap such that only one border's worth of space is between them | bool | false | {{< callout type=important >}}