🔧 Started working on dwl migration

This commit is contained in:
tomit4 2026-06-07 08:27:18 -07:00
parent b9dbb0d039
commit 231ba42142
34 changed files with 13774 additions and 1 deletions

17
dwl/dwl-v0.7/config.mk Normal file
View file

@ -0,0 +1,17 @@
_VERSION = 0.7
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
CC = gcc