sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 0037784cdeaedeead108414c0232f31e7a1e38b6
parent cdb32fa277fcfe79fea6b85038e0ce0fb3ec1d01
Author: Michael Hendricks <michael@ndrix.org>
Date:   Fri, 22 Apr 2022 14:47:14 -0600

[dwm][patch][keymodes] remove OpenBSD-specific change

I accidentally included this in the previous patch.

Diffstat:
Mdwm.suckless.org/patches/keymodes/dwm-keymodes-20220422.diff | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/dwm.suckless.org/patches/keymodes/dwm-keymodes-20220422.diff b/dwm.suckless.org/patches/keymodes/dwm-keymodes-20220422.diff @@ -106,19 +106,6 @@ index a2ac963..3bde49d 100644 { ClkTagBar, MODKEY, Button3, toggletag, {0} }, }; - -diff --git a/config.mk b/config.mk -index b6eb7e0..c9334e2 100644 ---- a/config.mk -+++ b/config.mk -@@ -18,7 +18,7 @@ XINERAMAFLAGS = -DXINERAMA - FREETYPELIBS = -lfontconfig -lXft - FREETYPEINC = /usr/include/freetype2 - # OpenBSD (uncomment) --#FREETYPEINC = ${X11INC}/freetype2 -+FREETYPEINC = ${X11INC}/freetype2 - - # includes and libs - INCS = -I${X11INC} -I${FREETYPEINC} diff --git a/dwm.c b/dwm.c index 0fc328a..487484e 100644 --- a/dwm.c