---- - dwm.c | 11 ++--------- - 1 file changed, 2 insertions(+), 9 deletions(-) - -diff --git a/dwm.c b/dwm.c -index 4465af1..3845492 100644 ---- a/dwm.c -+++ b/dwm.c -_AT_@ -729,15 +729,8 @@ drawbar(Monitor *m) - x = drw_text(drw, x, 0, w, bh, lrpad / 2, m->ltsymbol, 0); - - if ((w = m->ww - sw - x) > bh) { -- if (m->sel) { -- drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]); -- drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0); -- if (m->sel->isfloating) -- drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0); -- } else { -- drw_setscheme(drw, scheme[SchemeNorm]); -- drw_rect(drw, x, 0, w, bh, 1, 1); -- } -+ drw_setscheme(drw, scheme[SchemeNorm]); -+ drw_rect(drw, x, 0, w, bh, 1, 1); - } - drw_map(drw, m->barwin, 0, 0, m->ww, bh); - } --- -2.20.1 - diff --git a/dwm.suckless.org/patches/removetitle/index.md b/dwm.suckless.org/patches/removetitle/index.md deleted file mode 100644 index 1d0e4326..00000000 --- a/dwm.suckless.org/patches/removetitle/index.md +++ /dev/null _AT_@ -1,19 +0,0 @@ -removetitle -============ - -Description ------------ -Remove the title of the currently selected client from the statusbar. -This is useful for people who find no value in displaying the title -and want to declutter their statusbar. Also it leads to simpler code -since this patch only removes code. - -[![removetitle](removetitle_thumb.png)](removetitle.png) - -Download --------- -* [dwm-removetitle-6.2.diff](dwm-removetitle-6.2.diff) - -Author ------- -* Aleksandrs Stier (6.2) diff --git a/dwm.suckless.org/patches/removetitle/removetitle.png b/dwm.suckless.org/patches/removetitle/removetitle.png deleted file mode 100644 index 7bf8be4e..00000000 Binary files a/dwm.suckless.org/patches/removetitle/removetitle.png and /dev/null differ diff --git a/dwm.suckless.org/patches/removetitle/removetitle_thumb.png b/dwm.suckless.org/patches/removetitle/removetitle_thumb.png deleted file mode 100644 index 5d139035..00000000 Binary files a/dwm.suckless.org/patches/removetitle/removetitle_thumb.png and /dev/null differReceived on Wed Apr 10 2019 - 16:38:49 CEST
This archive was generated by hypermail 2.3.0 : Wed Apr 10 2019 - 16:48:27 CEST