dwm

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

commit 26a0a68e1ddb2e997907c6335c80913e807b7e54
parent 93fc05a8b93149dbef578737be170fa6db5dbbfc
Author: Ethan Long <Ethan.Long@anu.edu.au>
Date:   Mon, 30 Dec 2024 00:53:49 +1100

Woops, Makefile syntax sure is different

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

diff --git a/config.mk.void b/config.mk.void @@ -4,7 +4,7 @@ VERSION = 6.5 # Customize below to fit your system # paths -PREFIX = $HOME/.local +PREFIX = ${HOME}/.local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include