index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1590B) | |
--- | |
1 attachaside | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 Make new clients get attached and focused in the stacking area instead of | |
7 always becoming the new master. It's basically an | |
8 [attachabove](../attachabove/) modification. | |
9 | |
10 Original behaviour : | |
11 +-----------------+-------+ | |
12 | | | | |
13 | | P | | |
14 | | | | |
15 | N +-------+ | |
16 | | | | |
17 | | | | |
18 | | | | |
19 +-----------------+-------+ | |
20 | |
21 | |
22 New Behaviour : | |
23 +-----------------+-------+ | |
24 | | | | |
25 | | N | | |
26 | | | | |
27 | P +-------+ | |
28 | | | | |
29 | | | | |
30 | | | | |
31 +-----------------+-------+ | |
32 | |
33 | |
34 +-----------------+-------+ | |
35 | | | | |
36 | | P | | |
37 | | | | |
38 | +-------+ | |
39 | | | | |
40 | | N | | |
41 | | | | |
42 +-----------------+-------+ | |
43 | |
44 Download | |
45 -------- | |
46 * [dwm-attachaside-6.4.diff](dwm-attachaside-6.4.diff) | |
47 * [dwm-attachaside-6.3.diff](dwm-attachaside-6.3.diff) | |
48 * [dwm-attachaside-6.1.diff](dwm-attachaside-6.1.diff) | |
49 * [dwm-attachaside-20160718-56a31dc.diff](dwm-attachaside-20160718-56a31… | |
50 * [dwm-attachaside-20180126-db22360.diff](dwm-attachaside-20180126-db223… | |
51 | |
52 | |
53 Authors | |
54 ------- | |
55 * Adrian Amaglio - (6.3 port and fixes) | |
56 * Jerome Andrieux - <[email protected]> | |
57 * Chris Down - <[email protected]> (6.1 port and fixes) | |
58 * Laslo Hunhold - <[email protected]> (git port) |