mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-27 10:14:16 +00:00
Update borders
parent
453119e23d
commit
6cff615f82
27
borders.md
27
borders.md
@ -1,6 +1,11 @@
|
||||
### Description
|
||||
Adds 2 more borders to each side (top, bottom, left, right) of every window.
|
||||
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Preview</summary>
|
||||
<pre>
|
||||
With the following config:
|
||||
|
||||
```c
|
||||
@ -9,30 +14,16 @@ static const unsigned int borderspx = 3; /* width of the border that sta
|
||||
static const unsigned int borderepx = 3; /* width of the border that start from inside the windows */
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>and `border_color_type` set to `BrdOriginal`:</summary>
|
||||
<pre>
|
||||
and `border_color_type` set to `BrdOriginal`:
|
||||
<img src="https://i.imgur.com/msead2K.png"/>
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>and `border_color_type` set to `BrdStart`:</summary>
|
||||
<pre>
|
||||
and `border_color_type` set to `BrdStart`:
|
||||
<img src="https://i.imgur.com/ssgPG36.png"/>
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>and `border_color_type` set to `BrdEnd`:</summary>
|
||||
<pre>
|
||||
and `border_color_type` set to `BrdEnd`:
|
||||
<img src="https://i.imgur.com/i2Xtjy6.png"/>
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>and `border_color_type` set to `BrdStartEnd`:</summary>
|
||||
<pre>
|
||||
and `border_color_type` set to `BrdStartEnd`:
|
||||
<img src="https://i.imgur.com/fnkitdR.png"/>
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user