dwl

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

commit 848d89b7f37803e579e54a314f36bd6b5d7a35c1
parent ef76c921ed9dfef892202342bc4b9c31cc16a0c9
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Fri, 25 Dec 2020 02:10:50 -0500

XWayland still buggy, disable by default

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -5,4 +5,4 @@ PREFIX = /usr/local CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement # Uncomment to build XWayland support -CFLAGS += -DXWAYLAND +#CFLAGS += -DXWAYLAND