tabbed

customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | README | LICENSE

commit 62c9590236eaaaa0bb5c086a57534b22dd4ce106
parent cbc420077b1bec00aa317abdb056339015aaa388
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  7 Oct 2019 19:35:59 +0200

Change font to dina

Diffstat:
Mconfig.h | 2+-
Mconfig.mk | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "terminus:size=8"; +static const char font[] = "dina:size=9:antialias=false"; static const char* normbgcolor = "#1d1f21"; static const char* normfgcolor = "#c5c8c6"; static const char* selbgcolor = "#c5c8c6"; diff --git a/config.mk b/config.mk @@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 +FREETYPEINC = ${X11INC}/freetype2 # includes and libs INCS = -I. -I/usr/include -I$(X11INC) -I${FREETYPEINC}