aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2009-06-23 17:34:20 +0100
committerAnselm R Garbe <anselm@garbe.us>2009-06-23 17:34:20 +0100
commit54dc0d542cbc8eada2250fe80d161a272f30ddac (patch)
tree14106e73f128f403ef2a6ca56468b1c69a81399e /config.mk
parent913333f51840d942bdde891eb2fb3c7f66b83db1 (diff)
downloaddwm-54dc0d542cbc8eada2250fe80d161a272f30ddac.tar.gz
fixed tagmon, re-using detach/detachstack and attach/attachstack
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index bd6ff8e..f5ec4c1 100644
--- a/config.mk
+++ b/config.mk
@@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# Xinerama, un-comment if you want it
-#XINERAMALIBS = -L${X11LIB} -lXinerama
-#XINERAMAFLAGS = -DXINERAMA
+XINERAMALIBS = -L${X11LIB} -lXinerama
+XINERAMAFLAGS = -DXINERAMA
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
remember that computers suck.