index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (547B) | |
--- | |
1 signals | |
2 ======= | |
3 | |
4 Description | |
5 ----------- | |
6 This patch lets slstatus handle signals and uses 'turns' | |
7 to update modules in the status text. | |
8 | |
9 After each interval loop, that iteration is what is used to | |
10 give a module its 'turn'. If the interval is simply 1000ms (default), | |
11 the 'turn' will effectively function as a interval for that module. | |
12 | |
13 This behavior is similar to that of [dwmblocks](https://github.com/torri… | |
14 | |
15 Download | |
16 -------- | |
17 * [slstatus-signals-1.0.patch](slstatus-signals-1.0.patch) | |
18 | |
19 Authors | |
20 ------- | |
21 * sewn <[email protected]> |