dwl

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

commit 1e4e42dfc927d5105055c979a7653650bd3f436b
parent ff763f29611148fa1b20b9912e607b7842267017
Author: Ethan Long <Ethan.Long@anu.edu.au>
Date:   Wed,  1 Jan 2025 19:56:24 +1100

Enable xwayland on void.

As much as it pains me, it is very useful to have X around.

Diffstat:
Mconfig.mk.void | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk.void b/config.mk.void @@ -11,7 +11,7 @@ DATADIR = $(PREFIX)/share XWAYLAND = XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb xcb-icccm +XWAYLAND = -DXWAYLAND +XLIBS = xcb xcb-icccm CC = gcc