index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (751B) | |
--- | |
1 barconfig | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 This patch adds char \*barlayout to config(.def).h which can contain as | |
7 many or as few of the characters 'l', 'n', 's', 't', or '|' to configure… | |
8 | |
9 * l: layout indicator | |
10 * n: window name | |
11 * s: status (xsetroot) | |
12 * t: tag indicators | |
13 * |: split point | |
14 | |
15 Everything before '|' (and if it is omitted) will appear on the left of … | |
16 | |
17 By default, this patch leaves the bar as is. | |
18 | |
19 Download | |
20 -------- | |
21 * [dwm-barconfig-6.3.diff](dwm-barconfig-6.3.diff) (2022-02-22) | |
22 * [dwm-barconfig-20220906-c2b748e.diff](dwm-barconfig-20220906-c2b748e.d… | |
23 | |
24 Author | |
25 ------- | |
26 * Dylan Cairns-Howarth - <[email protected]> |