index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (396B) | |
--- | |
1 toggleborder | |
2 ============ | |
3 | |
4 Description | |
5 ----------- | |
6 Patch that toggles border. It works by changing border's px between 0 and | |
7 borderpx defined in config.h. I would recommend to extract the function | |
8 outside of dwm.c in order to make future patching easier. | |
9 | |
10 Download | |
11 -------- | |
12 * [dwm-toggleborder-6.3.diff](dwm-toggleborder-6.3.diff) | |
13 | |
14 Authors | |
15 ------- | |
16 * Stanisław Bitner - <[email protected]> |