diff --git a/config.def.h b/config.def.h index 00426fe..c9ed5c4 100755 --- a/config.def.h +++ b/config.def.h @@ -1,4 +1,4 @@ -static char *font = "FantasqueSansMono:pixelsize=18:antialias=true:autohint=true"; +static char *font = "Terminus:pixelsize=18:antialias=true:autohint=true"; static int borderpx = 2; static char *shell = "/usr/local/bin/bash"; @@ -19,10 +19,10 @@ static double maxlatency = 33; static unsigned int blinktimeout = 800; static unsigned int cursorthickness = 2; static int bellvolume = 0; -char *termname = "xterm"; -unsigned int tabspaces = 8; +char *termname = "st-256color"; +unsigned int tabspaces = 4; static const char *colorname[] = { - [0] = "#101010", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#000000", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */ diff --git a/config.mk b/config.mk index a9090fe..15e0dd5 100755 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.9.2 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /usr/X11R6 MANPREFIX = $(PREFIX)/share/man X11INC = ${PREFIX}/include @@ -26,11 +26,11 @@ STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) STLDFLAGS = $(LIBS) $(LDFLAGS) # OpenBSD: -#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ -# `$(PKG_CONFIG) --libs fontconfig` \ -# `$(PKG_CONFIG) --libs freetype2` -#MANPREFIX = ${PREFIX}/man +CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE +LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ + `$(PKG_CONFIG) --libs fontconfig` \ + `$(PKG_CONFIG) --libs freetype2` +MANPREFIX = ${PREFIX}/man # compiler and linker # CC = c99