From ea5e73261189b4d4773f1b46f18cad56b0628b70 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 7 Dec 2022 18:20:04 +0100 Subject: changed font --- config.h | 2 +- config.mk | 12 ++++++------ dwm | Bin 75296 -> 75296 bytes dwm.o | Bin 64864 -> 64864 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.h b/config.h index 85caa99..5b7ec2f 100755 --- a/config.h +++ b/config.h @@ -15,7 +15,7 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int focusonwheel = 0; -static const char *fonts[] = { "Hack Nerd Font:size=11", "Symbola:pixelsize:11:antialias=true:autohint=true"}; +static const char *fonts[] = { "Hack Nerd Font:size=11", "JoyPixels:pixelsize:11:antialias=true:autohint=true"}; static const char dmenufont[] = "Hack Nerd Font:size=11"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; diff --git a/config.mk b/config.mk index 6699ea5..6858260 100755 --- a/config.mk +++ b/config.mk @@ -7,10 +7,10 @@ VERSION = 6.3 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 @@ -32,8 +32,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-r CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} -LDFLAGS = ${LIBS} -# LDFLAGS = -Xlinker -rpath=$(X11LIB) $(LIBS) +# LDFLAGS = ${LIBS} +LDFLAGS = -Xlinker -rpath=$(X11LIB) $(LIBS) # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" diff --git a/dwm b/dwm index 60cce1e..e83ab74 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 103f612..5a2a586 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3