index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1340B) | |
--- | |
1 obey all sizehints | |
2 ================== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch makes dwm obey even "soft" sizehints for new clients. Any win… | |
7 that requests a specific initial size will be floated and set to that si… | |
8 Unlike with "fixed size" windows, you are able to resize and/or unfloat … | |
9 windows freely - only the initial state is affected. | |
10 | |
11 Ruled | |
12 ----- | |
13 This version adds `isfreesize` rule to config which if set to 1 will ena… | |
14 the functionality of the patch. If rules for the given client aren't set… | |
15 config dwm will set it to `1` and the client will benefit from `isfreesi… | |
16 rule if it has specific initial size requirements. | |
17 `isfreesize` rule overrides `isfloating` rule in config. | |
18 | |
19 Vanilla | |
20 ------- | |
21 This version of the patch is honestly of limited utility since there are… | |
22 clients that will abuse it. | |
23 | |
24 There is no configuration for this version of the patch. | |
25 | |
26 Download | |
27 -------- | |
28 * [dwm-sizehints-isfreesize-6.2.diff](dwm-sizehints-isfreesize-6.2.diff)… | |
29 * [dwm-sizehints-ruled-6.2.diff](dwm-sizehints-ruled-6.2.diff) (deprecat… | |
30 * [dwm-sizehints-6.2.diff](dwm-sizehints-6.2.diff) (12/06/2020) | |
31 * [dwm-sizehints-5.7.2.diff](dwm-sizehints-5.7.2.diff) (695B) (20091221) | |
32 | |
33 Author | |
34 ------ | |
35 * MLquest8 (update for 6.2 and `Ruled` version) (miskuzius at gmail.com) | |
36 * Ray Kohler - ataraxia937 gmail com |