Switch to DWL

This commit is contained in:
2024-05-10 21:07:36 +01:00
parent aa9f3db7b5
commit ba7326c13a
17 changed files with 5867 additions and 2 deletions

15
dwl/config.mk Normal file
View File

@@ -0,0 +1,15 @@
_VERSION = 0.5
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
PKG_CONFIG = pkg-config
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm