index.md (826B)
1 attachbelow 2 =========== 3 4 Description 5 ----------- 6 Make new clients attach below the selected client, instead of 7 always becoming the new master. Inspired heavily from the 8 [atttachabove](/patches/attachabove/) patch. 9 10 A new version of the patch also allows this behaviour to be toggled. 11 I have this bound to mod+tab, over-riding the default behaviour of 12 mod+tab. This change is not included in the patch. 13 14 Example Configuration 15 --------------------- 16 17 Add the following to your keys array to bind mod+tab to toggle attach below. 18 19 { MODKEY, XK_Tab, toggleAttachBelow, {0} }, 20 21 22 Download 23 -------- 24 * [dwm-attachbelow-toggleable-6.2.diff](dwm-attachbelow-toggleable-6.2.diff) 25 * [dwm-attachbelow-6.2.diff](dwm-attachbelow-6.2.diff) 26 27 Authors 28 ------- 29 * Jonathan Hodgson - <git@jonathanh.co.uk>