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 window 7 that requests a specific initial size will be floated and set to that size. 8 Unlike with "fixed size" windows, you are able to resize and/or unfloat these 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 enable 14 the functionality of the patch. If rules for the given client aren't set in 15 config dwm will set it to `1` and the client will benefit from `isfreesize` 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 many 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) (20/06/2020) 29 * [dwm-sizehints-ruled-6.2.diff](dwm-sizehints-ruled-6.2.diff) (deprecated) (14/06/2020) 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