X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/79ecbeca7e4ca6d614bf233e7bc95d273df6e3b4..a62ea4062fb6ad040b5547a9fa3e2e57b3531c4e:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index bd98b47..9a4233f 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.0.1 +VERSION = 5.3.1 # Customize below to fit your system @@ -10,9 +10,9 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -# Xinerama, comment if you don't want it -XINERAMALIBS = -L${X11LIB} -lXinerama -XINERAMAFLAGS = -DXINERAMA +# Xinerama, un-comment if you want it +#XINERAMALIBS = -L${X11LIB} -lXinerama +#XINERAMAFLAGS = -DXINERAMA # includes and libs INCS = -I. -I/usr/include -I${X11INC}