diff options
| -rwxr-xr-x | config.h | 2 | ||||
| -rwxr-xr-x | config.mk | 12 | ||||
| -rwxr-xr-x | dwm | bin | 75296 -> 75296 bytes | |||
| -rw-r--r-- | dwm.o | bin | 64864 -> 64864 bytes |
4 files changed, 7 insertions, 7 deletions
@@ -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"; @@ -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}\" Binary files differBinary files differ |
