From 52801d57433f8d8057e28b96326d1035e82ef1fa Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 7 Dec 2022 18:18:47 +0100 Subject: changed font --- config.h | 1 + config.mk | 12 ++++++------ dmenu | Bin 43392 -> 43392 bytes dmenu.o | Bin 32336 -> 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 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index 9e3fd2e..01ec35c 100644 Binary files a/dmenu.o and b/dmenu.o differ -- cgit v1.2.3