From 453119e23d5cb3fa1baab162b024b51c48c20a70 Mon Sep 17 00:00:00 2001 From: wochap Date: Tue, 12 Mar 2024 18:30:48 +0000 Subject: [PATCH] Update minimalborders --- minimalborders.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/minimalborders.md b/minimalborders.md index 2fd0aaf..457314f 100644 --- a/minimalborders.md +++ b/minimalborders.md @@ -7,6 +7,23 @@ Dynamically adjusts the borders between adjacent windows to make them visually m static const int draw_minimal_borders = 0; /* disable minimalborders */ ``` +
+Preview: +
+with:
+
+```c
+static const unsigned int borderpx         = 10;  /* border pixel of windows */
+```
+
+Before applying the patch
+
+
+After applying the patch
+
+
+
+ ### 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)