summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h1
-rw-r--r--config.mk12
-rwxr-xr-xdmenubin43392 -> 43392 bytes
-rw-r--r--dmenu.obin32336 -> 32368 bytes
4 files changed, 7 insertions, 6 deletions
diff --git a/config.h b/config.h
index df9eec5..4613af6 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"monospace:size=10"
+ "JoyPixels:size=10:antialias=true:autohint=true"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
diff --git a/config.mk b/config.mk
index f368180..2f30897 100644
--- a/config.mk
+++ b/config.mk
@@ -5,10 +5,10 @@ VERSION = 5.2
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
-# X11INC = /home/$USER/.local/src/libxft/include
-# X11LIB = /home/$USER/.local/src/libxft/src/.libs
+# X11INC = /usr/X11R6/include
+# X11LIB = /usr/X11R6/lib
+X11INC = /home/cafebabe/.local/src/libxft/include
+X11LIB = /home/cafebabe/.local/src/libxft/src/.libs
# Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama
@@ -28,8 +28,8 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS)
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)
CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS)
-LDFLAGS = $(LIBS)
-# LDFLAGS = -Xlinker -rpath=$(X11LIB) $(LIBS)
+# LDFLAGS = $(LIBS)
+LDFLAGS = -Xlinker -rpath=$(X11LIB) $(LIBS)
# compiler and linker
CC = cc
diff --git a/dmenu b/dmenu
index fcdde0e..4d9054f 100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
index 9e3fd2e..01ec35c 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ