index.md (1370B)
1 alpha 2 ===== 3 4 [![Screenshot](dwm-alpha.png)](dwm-alpha.png) 5 6 Description 7 ----------- 8 Allow dwm to have translucent bars, while keeping all the text on it opaque, 9 just like the [alpha-patch for st](//st.suckless.org/patches/alpha/). 10 11 ### Fix transparent borders 12 13 By default dwm might make windows' borders transparent when using 14 composit window manager (e.g. xcompmgr, picom). Alpha patch allows to 15 make borders opaque. 16 17 If all you want is to make borders opaque, you don't care about 18 statusbar opacity and/or have problems applying alpha patch, then you 19 might use fixborders patch instead. 20 21 Download 22 -------- 23 * [dwm-alpha-20230401-348f655.diff](dwm-alpha-20230401-348f655.diff) 24 * [dwm-alpha-6.4.diff](dwm-alpha-6.4.diff) 25 * [dwm-alpha-6.1.diff](dwm-alpha-6.1.diff) 26 * [dwm-alpha-20180613-b69c870.diff](dwm-alpha-20180613-b69c870.diff) 27 * [dwm-alpha-20201019-61bb8b2.diff](dwm-alpha-20201019-61bb8b2.diff) 28 * [dwm-fixborders-6.2.diff](dwm-fixborders-6.2.diff) 29 30 Authors 31 ------- 32 * Eon S. Jeon - <esjeon@hyunmu.am> 33 * Laslo Hunhold - <dev@frign.de> (6.1 port) 34 * Thomas Oltmann - <thomas.oltmann.hhg@gmail.com> (20180613-b69c870 port) 35 * Petrus Karell - <pk@petruskarell.fi> (20201019-61bb8b2 port) 36 * Jakub Leszczak - <szatan@gecc.xyz> (fixborders patch) 37 * Vasily Doylov - <nekodevelopper@gmail.com> (v6.3, 6.4 port) 38 * getimiskon - <getimiskon@disroot.org> (20230401-348f655 port)