From a96edfc922485900b00bc0d355a37855bdf46709 Mon Sep 17 00:00:00 2001 From: wochap Date: Tue, 12 Mar 2024 17:48:03 +0000 Subject: [PATCH] Update minimalborders --- minimalborders.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/minimalborders.md b/minimalborders.md index a5e0a51..2fd0aaf 100644 --- a/minimalborders.md +++ b/minimalborders.md @@ -1,6 +1,12 @@ ### Description Dynamically adjusts the borders between adjacent windows to make them visually merge +**NOTE:** to disable minimalborders after applying this patch, set `draw_minimal_borders` to `0` + +```c +static const int draw_minimal_borders = 0; /* disable minimalborders */ +``` + ### Download - [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/minimalborders) - [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/minimalborders/minimalborders.patch)