void

- enter the void 🪐
git clone git://git.acid.vegas/archlinux.git
Log | Files | Refs | Archive

patch_notitles.diff (406B)

      1 --- a/dwm.c	2019-03-09 23:32:26.479935899 -0500
      2 +++ b/dwm.c	2019-03-09 23:32:36.269935680 -0500
      3 @@ -731,7 +731,6 @@
      4  	if ((w = m->ww - sw - x) > bh) {
      5  		if (m->sel) {
      6  			drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
      7 -			drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
      8  			if (m->sel->isfloating)
      9  				drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0);
     10  		} else {