index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (729B) | |
--- | |
1 horizontal | |
2 =============== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch provides a horizontal layout similar to many other window man… | |
7 The width of each window is the width of the monitor divided by the numb… | |
8 windows on the screen. | |
9 | |
10 Currently, there is an issue with many GTK-based programs where having m… | |
11 three windows open on a tag causes the windows to overlap. | |
12 | |
13 Horizontal Layout | |
14 ---------------------- | |
15 horizontal (III) | |
16 +-----+-----+-----+ | |
17 | | | | | |
18 | | | | | |
19 | | | | | |
20 | | | | | |
21 | | | | | |
22 +-----+-----+-----+ | |
23 | |
24 Download | |
25 -------- | |
26 * [dwm-horizontal-6.4.diff](dwm-horizontal-6.4.diff) (20230913) | |
27 | |
28 Authors | |
29 ------- | |
30 * Forrest Bushstone- `<[email protected]>` |