A Frederick Christensen 9c5d5d85f3
dwl-patches overhaul
Eliminated wiki.
Individual patches have a README.md explanation in their own subdirectory.
Simplified submission of new patches and maintenance of existing patches.
Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
2024-05-09 23:12:04 -05:00
..
2024-05-09 23:12:04 -05:00
2024-05-09 23:12:04 -05:00

Description

Adds 2 more borders to each side (top, bottom, left, right) of every window.

Preview
With the following config:
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

Authors