On Mon, Sep 26, 2016 at 06:21:31PM +0100, Cág wrote:
> Root window title becomes the same as normal fg and bg.
> […]
> - drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
> + drw_setscheme(drw, scheme[m == selmon ? SchemeNorm : SchemeNorm]);
Isn't that just scheme[SchemeNorm] in either case?
Received on Mon Sep 26 2016 - 21:33:48 CEST