index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (755B) | |
--- | |
1 relativeborder | |
2 ============== | |
3 | |
4 Description | |
5 ----------- | |
6 When working with a mixture of different DPI scales on different monitor… | |
7 need to use a flexible font that will size correctly no matter the DPI -… | |
8 example, `DejaVu Sans Mono-10`. If you have a border set in pixels, this… | |
9 will look vastly different in size depending on the DPI of your display. | |
10 | |
11 This patch allows you to specify a border that is relative in size to th… | |
12 of a cell in the terminal. | |
13 | |
14 Download | |
15 -------- | |
16 * [st-relativeborder-20171207-0ac685f.diff](st-relativeborder-20171207-0… | |
17 * [st-relativeborder-0.8.3.diff](st-relativeborder-0.8.3.diff) | |
18 | |
19 Authors | |
20 ------- | |
21 * Doug Whiteley - <[email protected]> | |
22 * Francesco Minnocci - <[email protected]> (0.8.3 port) |