diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-07 18:16:22 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-07 18:16:22 +0100 |
| commit | 0943d9e00904acb8c380615e7e03c34ca44f83de (patch) | |
| tree | 2a1d9b9b5df8dd93e87e85164297d850b77a464d | |
| parent | c87c42848d1bd561c6053959c8664862b7600139 (diff) | |
changed font
| -rw-r--r-- | config.h | 2 | ||||
| -rw-r--r-- | config.mk | 11 | ||||
| -rwxr-xr-x | st | bin | 110496 -> 110496 bytes | |||
| -rw-r--r-- | x.o | bin | 79400 -> 79400 bytes |
4 files changed, 7 insertions, 6 deletions
@@ -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; /* @@ -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 Binary files differBinary files differ |
