index.md (1634B)
1 singular borders 2 ================ 3 4 Description 5 ----------- 6 `singular borders` changes the way DWM handles the borders. Firstly, borders 7 against the left, bottom and right screen edges are removed (they are placed 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 difference is 36 that it also removes the top border but preserves the border between the clients 37 and the bar. 38 39 Issues 40 ------ 41 * In a multi-monitor setup, you will see monitor one's borders on monitor two 42 and vice-versa. This is because the borders on screen edges are simply placed 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.diff) 51 52 Author 53 ------ 54 * Jente Hidskes - `<jthidskes at outlook dot com>` 55 * Aleksandrs Stier (6.2 port, singularbordersbar-6.2)