Re: [hackers] [dwm] rm ltsymbol || Daniel Cousens

From: Anselm Garbe <garbeam_AT_gmail.com>
Date: Wed, 11 Oct 2017 10:27:00 +0200

Please ignore, already dropped.

On 11 October 2017 at 09:19, <git_AT_suckless.org> wrote:
> commit f5079f79c0a76945061e29b48253cb9e4a4e526a
> Author: Daniel Cousens <github_AT_dcousens.com>
> AuthorDate: Sun Apr 23 19:07:12 2017 +1000
> Commit: Daniel Cousens <github_AT_dcousens.com>
> CommitDate: Wed Oct 11 07:52:06 2017 +1100
>
> rm ltsymbol
>
> diff --git a/dwm.c b/dwm.c
> index fd564e0..6fad409 100644
> --- a/dwm.c
> +++ b/dwm.c
> _AT_@ -731,9 +731,8 @@ drawbar(Monitor *m)
> urg & 1 << i);
> x += w;
> }
> - w = blw = TEXTW(m->ltsymbol);
> + w = blw = 0;
> drw_setscheme(drw, scheme[SchemeStatusTitle]);
> - x = drw_text(drw, x, 0, w, bh, lrpad / 2, m->ltsymbol, 0);
>
> if ((w = m->ww - sw - x) > bh) {
> if (m->sel) {
>
Received on Wed Oct 11 2017 - 10:27:00 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 11 2017 - 10:37:35 CEST