index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1634B) | |
--- | |
1 singular borders | |
2 ================ | |
3 | |
4 Description | |
5 ----------- | |
6 `singular borders` changes the way DWM handles the borders. Firstly, bor… | |
7 against the left, bottom and right screen edges are removed (they are pl… | |
8 off-screen) and secondly, borders between clients now overlap eachother. | |
9 | |
10 | |
11 Original behaviour : | |
12 +-----------------+--------+ | |
13 | || | | |
14 | || S1 | | |
15 | || | | |
16 | M |+=======| | |
17 | || | | |
18 | || S2 | | |
19 | || | | |
20 +-----------------+--------+ | |
21 | |
22 | |
23 New Behaviour : | |
24 +-----------------+--------+ | |
25 | | |
26 | S1 | |
27 | | |
28 M +--------+ | |
29 | | |
30 | S2 | |
31 | | |
32 + + + | |
33 | |
34 | |
35 `singularbordersbar` is a derivative of `singularborders`. The differenc… | |
36 that it also removes the top border but preserves the border between the… | |
37 and the bar. | |
38 | |
39 Issues | |
40 ------ | |
41 * In a multi-monitor setup, you will see monitor one's borders on monito… | |
42 and vice-versa. This is because the borders on screen edges are simply… | |
43 off-screen. | |
44 | |
45 Download | |
46 -------- | |
47 * [dwm-singularborders-6.2.diff](dwm-singularborders-6.2.diff) | |
48 * [dwm-singularbordersbar-6.2.diff](dwm-singularbordersbar-6.2.diff) | |
49 * [dwm-6.0-singularborders.diff](dwm-6.0-singularborders.diff) | |
50 * [dwm-6.0-singularborders\_bstack.diff](dwm-6.0-singularborders_bstack.… | |
51 | |
52 Author | |
53 ------ | |
54 * Jente Hidskes - `<jthidskes at outlook dot com>` | |
55 * Aleksandrs Stier (6.2 port, singularbordersbar-6.2) |