summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
-rw-r--r--config.mk11
-rwxr-xr-xstbin110496 -> 110496 bytes
-rw-r--r--x.obin79400 -> 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
--- a/st
+++ b/st
Binary files differ
diff --git a/x.o b/x.o
index e0a7f44..e378c43 100644
--- a/x.o
+++ b/x.o
Binary files differ