summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 03:37:07 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 03:37:07 +0530
commitaeb112325685e85c9d03d9333e68c66b20dc0f43 (patch)
tree896b956c4d9170460059a43cb93d768b9d495c5f /config.mk
parentd2cb1d60c7eedb2b339221318c993ba35789eecf (diff)
Upgrading to dwm-6.4
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b6eb7e0..ef8acf7 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# dwm version
-VERSION = 6.3
+VERSION = 6.4
# Customize below to fit your system
@@ -19,6 +19,7 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}