diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 03:37:07 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 03:37:07 +0530 |
commit | aeb112325685e85c9d03d9333e68c66b20dc0f43 (patch) | |
tree | 896b956c4d9170460059a43cb93d768b9d495c5f /config.mk | |
parent | d2cb1d60c7eedb2b339221318c993ba35789eecf (diff) |
Upgrading to dwm-6.4
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |