index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (498B) | |
--- | |
1 rulerefresher | |
2 ============= | |
3 | |
4 Description | |
5 ----------- | |
6 This patch reruns the defined rules on a window name change. | |
7 | |
8 Example use case | |
9 ---------------- | |
10 | |
11 Zoom: | |
12 | |
13 Every zoom window has the same name at creation und changes it afterward… | |
14 That renders different rules for different Zoom windows useless. | |
15 With this patch the rules are reapplied after the rename. | |
16 | |
17 | |
18 Download | |
19 -------- | |
20 * [dwm-rulerefresher-6.2.diff](dwm-rulerefresher-6.2.diff)(2021-12-09) | |
21 | |
22 Author | |
23 ------ | |
24 * Lars Niesen - <[email protected]> |