index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (2558B) | |
--- | |
1 foreground | |
2 ============ | |
3 | |
4 Description | |
5 ----------- | |
6 Essentially a layout for a special class of ``foregrounded'' floating wi… | |
7 | |
8 Useful for when there are several windows in the stack (which makes thei… | |
9 | |
10 Layout | |
11 ----------- | |
12 When there is one foregrounded window, it is centred on the monitor. It'… | |
13 | |
14 When there are n > 1 foregrounded windows, they are arranged in n equall… | |
15 | |
16 In the diagram below, clients marked with an asterisk will be foreground… | |
17 | |
18 +--------------------------+ | |
19 | | B* | | |
20 | | | | |
21 | +----------+ | |
22 | A | C | | |
23 | | | | |
24 | +----------+ | |
25 | | D | | |
26 | | | | |
27 +--------------------------+ | |
28 | |
29 +--------------------------+ | |
30 | A | C | | |
31 | +----------------+ | | |
32 | | | | | |
33 | | B +----+ | |
34 | | | | | |
35 | | | | | |
36 | +----------------+ | | |
37 | | D* | | |
38 +--------------------------+ | |
39 | |
40 +--------------------------+ | |
41 | A* | C | | |
42 +--------------------------+ | |
43 | | | | |
44 | B | D | | |
45 | | | | |
46 | | | | |
47 +--------------------------+ | |
48 | | | | |
49 +--------------------------+ | |
50 | |
51 +--------------------------+ | |
52 | C | | |
53 +--------------------------+ | |
54 | | | | | |
55 | B | C | A | | |
56 | | | | | |
57 | | | | | |
58 +--------------------------+ | |
59 | | | |
60 +--------------------------+ | |
61 | |
62 Usage | |
63 ----------- | |
64 Set `fgw` and `fgh` floats in config.h. | |
65 | |
66 Foreground a window by calling the `toggleforeground` function. By defau… | |
67 | |
68 Download | |
69 -------- | |
70 * [dwm-foreground-20240220-9f88553.diff](dwm-foreground-20240220-9f88553… | |
71 | |
72 Authors | |
73 ------- | |
74 * Eric Spero - <[email protected]> | |
75 |