index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (412B) | |
--- | |
1 topbar | |
2 ====== | |
3 | |
4 Currently `config.h` allows users to set the value of topbar to 0. | |
5 However if one does that, there's no way for him to get a topbar again. | |
6 This adds a new flag `-t` which will force a topbar. | |
7 | |
8 NOTE: if both `-b` and `-t` are given as argument, the last one will take | |
9 precedence. | |
10 | |
11 Download | |
12 -------- | |
13 | |
14 * [dmenu-topbar-d78ff08.patch](dmenu-topbar-d78ff08.patch) | |
15 | |
16 Author | |
17 ------ | |
18 * NRK <[email protected]> |