From 3e4af889bb586fa466265bbec152616782eeb4bc Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Thu, 11 Jun 2020 21:28:51 +0100 Subject: Install dwm into ~/.local and do not use Xinerama --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 7084c33..f1ba118 100644 --- a/config.mk +++ b/config.mk @@ -4,15 +4,15 @@ VERSION = 6.2 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = ~/.local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # Xinerama, comment if you don't want it -XINERAMALIBS = -lXinerama -XINERAMAFLAGS = -DXINERAMA +# XINERAMALIBS = -lXinerama +# XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft -- cgit v1.2.3-13-gbd6f