index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (887B) | |
--- | |
1 custom urgent border | |
2 ==================== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch makes borders of "urgent" windows a different color. By defau… | |
7 is bright red. Use config.h item "urgbordercolor" to change it. | |
8 | |
9 An alternative patch which provides a minimal urgent border utilizing the | |
10 existing features to provide a feature parity to the urgent tags, using … | |
11 same foreground color as the urgent tags which they inverted. | |
12 | |
13 Download | |
14 -------- | |
15 * [dwm-6.1-urg-border.diff](dwm-6.1-urg-border.diff) (2.2K) (20150307) | |
16 * [dwm-6.1-min-border.diff](dwm-6.1-min-border.diff) (360) (20190924) | |
17 * [dwm-6.2-urg-border.diff](dwm-6.2-urg-border.diff) (1.9K) (20200621) | |
18 | |
19 Author | |
20 ------ | |
21 * Alexander Huemer - alexander dot huemer dot xx dot vu (Based on former… | |
22 * Ivan Tham - <[email protected]> (min port) | |
23 * Dirk Leichsenring - <[email protected]> (port for 6.2) |