add snap:border_overlap description (#835)

This commit is contained in:
Mike Will 2024-10-31 07:21:21 -04:00 committed by GitHub
parent cdc8a81d88
commit ab879b2a34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 >}}