From 0943d9e00904acb8c380615e7e03c34ca44f83de Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 7 Dec 2022 18:16:22 +0100 Subject: changed font --- config.h | 2 +- config.mk | 11 ++++++----- st | Bin 110496 -> 110496 bytes x.o | Bin 79400 -> 79400 bytes 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index b50ffc1..2e0841e 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,7 @@ */ static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true"; /* Spare fonts*/ -static char *font2[] = { "Symbola:pixelsize=10:antialias=true:autohint=true" }; +static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* diff --git a/config.mk b/config.mk index c81348c..7acc40d 100644 --- a/config.mk +++ b/config.mk @@ -7,9 +7,10 @@ VERSION = 0.9 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib -# X11INC = /home/$USER/.local/src/libxft/include +# X11INC = /usr/X11R6/include +# X11LIB = /usr/X11R6/lib +X11INC = /home/cafebabe/.local/src/libxft/include +X11LIB = /home/cafebabe/.local/src/libxft/src/.libs PKG_CONFIG = pkg-config @@ -26,8 +27,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ # flags STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -STLDFLAGS = $(LIBS) $(LDFLAGS) -# STLDFLAGS = -Xlinker -rpath=$(X11LIB) $(LIBS) $(LDFLAGS) +# STLDFLAGS = $(LIBS) $(LDFLAGS) +STLDFLAGS = -Xlinker -rpath=$(X11LIB) $(LIBS) $(LDFLAGS) # OpenBSD: #CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE diff --git a/st b/st index 628497e..6d5741a 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index e0a7f44..e378c43 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3