dwl

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

commit b8e933b9a9bcbdb9c1f07f077d12cfec03cd5b28
parent 1044a21555776969d9e3d72bbb2fff2bc0f90eb1
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Fri, 17 Nov 2023 00:11:53 -0600

remove unused #include

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

diff --git a/dwl.c b/dwl.c @@ -3,7 +3,6 @@ */ #include <getopt.h> #include <libinput.h> -#include <limits.h> #include <linux/input-event-codes.h> #include <signal.h> #include <stdio.h>