dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit a1e24075d81924926e5be4844e4e6faa8e0d744e
parent 27598bd04a17f78d3a3fb27d61fe72ffd9ae1f32
Author: David Donahue <david.donahue2996@gmail.com>
Date:   Mon,  8 Feb 2021 18:12:24 -0600

Removed unused variable from statusbar

Diffstat:
Mdwl.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -2164,7 +2164,6 @@ statusbar(void) Monitor *m = NULL; Client *c = NULL; FILE *taginfo; - const char *title; char fname[30]=""; unsigned int activetags;