From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- dwl/dwl-patches/patches/borders/README.md | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 dwl/dwl-patches/patches/borders/README.md (limited to 'dwl/dwl-patches/patches/borders/README.md') diff --git a/dwl/dwl-patches/patches/borders/README.md b/dwl/dwl-patches/patches/borders/README.md new file mode 100755 index 0000000..b046307 --- /dev/null +++ b/dwl/dwl-patches/patches/borders/README.md @@ -0,0 +1,37 @@ +### Description +Adds 2 more borders to each side (top, bottom, left, right) of every window. + + + +
+Preview +
+With the following config:
+
+```c
+static const unsigned int borderpx         = 9;  /* border pixel of windows */
+static const unsigned int borderspx        = 3;  /* width of the border that start from outside the windows */
+static const unsigned int borderepx        = 3;  /* width of the border that start from inside the windows */
+```
+
+and `border_color_type` set to `BrdOriginal`:
+
+
+and `border_color_type` set to `BrdStart`:
+
+
+and `border_color_type` set to `BrdEnd`:
+
+
+and `border_color_type` set to `BrdStartEnd`:
+
+
+
+ +### Download +- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/borders) +- [2024-06-04](https://codeberg.org/dwl/dwl-patches/raw/commit/1a6825f2b8cd23044312c8040d0bf63ee7f85bc5/patches/borders/borders.patch) +- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/borders/borders.patch) + +### Authors +- [wochap](https://codeberg.org/wochap) -- cgit v1.2.3