index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
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 be… | |
18 | |
19 { MODKEY, XK_Tab, toggleAttachBe… | |
20 | |
21 | |
22 Download | |
23 -------- | |
24 * [dwm-attachbelow-toggleable-6.2.diff](dwm-attachbelow-toggleable-6.2.d… | |
25 * [dwm-attachbelow-6.2.diff](dwm-attachbelow-6.2.diff) | |
26 | |
27 Authors | |
28 ------- | |
29 * Jonathan Hodgson - <[email protected]> |