index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (773B) | |
--- | |
1 anygeometry | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 From `anysize` patch: | |
7 | |
8 > By default, st's window size always snaps to the nearest multiple of t… | |
9 > character size plus a fixed inner border (set with borderpx in config.… | |
10 > the size of st does not perfectly match the space allocated to it (whe… | |
11 > a tiling WM, for example), unsightly gaps will appear between st and o… | |
12 > apps, or between instances of st. | |
13 | |
14 This patch allows you to set st's width and height as pixels instead of … | |
15 both from the command line (with the new parameter `-G`) or the config f… | |
16 (variables `geometry`, `width` and `height`). | |
17 | |
18 Download | |
19 -------- | |
20 * [st-anygeometry-0.8.1.diff](st-anygeometry-0.8.1.diff) | |
21 | |
22 Authors | |
23 ------- | |
24 * José Miguel Sánchez García - <[email protected]> |