tabbed

[fork] customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | README | LICENSE Back to index

commit cdfd6bcf0e5578c42bfdb213ab009bd5d7859e5e
parent 27fbf38dc63efb4ab94728a7f509ea738354b4d1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 12:23:24 +0200

Use large terminus font

Diffstat:
Mconfig.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -1,7 +1,8 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "dina:size=9:antialias=false"; +/* static const char font[] = "dina:size=9:antialias=false"; */ +static const char font[] = "terminus:size=24"; static const char* normbgcolor = "#1d1f21"; static const char* normfgcolor = "#c5c8c6"; static const char* selbgcolor = "#c5c8c6";