index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (517B) | |
--- | |
1 stdin | |
2 ===== | |
3 | |
4 Description | |
5 ----------- | |
6 dwm releases before 5.3 read the status text from stdin. This patch is m… | |
7 workaround for the freezing issue caused by `XSelectInput` with the prev… | |
8 version of the [warp](../warp/) patch. Some people might like to write t… | |
9 status to a pipe, though. | |
10 | |
11 Download | |
12 -------- | |
13 * [dwm-r1533-stdin.diff](dwm-r1533-stdin.diff) | |
14 | |
15 Author | |
16 ------ | |
17 This was originally part of dwm-5.2 and written by Anselm R. Garbe. It w… | |
18 ported to later versions of dwm by Moritz Wilhelmy, mw wzff de. |