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 15c515e26daa68685dd25b3373e466e287eb98df
parent 840b0cb9f58037be628e4e1d4e34ed1c3c920608
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 24 Sep 2020 14:36:43 +0200

revert to terminus

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

diff --git a/config.h b/config.h @@ -2,8 +2,8 @@ /* appearance */ /* static const char font[] = "dina:size=9:antialias=false"; */ -/* static const char font[] = "terminus:size=24"; */ -static const char font[] = "pragmatapro:size=11"; +static const char font[] = "terminus:size=12"; +/* static const char font[] = "pragmatapro:size=11"; */ static const char* normbgcolor = "#1d1f21"; static const char* normfgcolor = "#c5c8c6"; static const char* selbgcolor = "#c5c8c6";