tabbed

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

commit 87ed17ade585e23eb3fca1f11f0e13c1d8b724bb
parent fab5b428c27100a7138dc3bf4ce9bc0562e113e8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Feb 2019 14:53:32 +0100

Decrease font size

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

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[] = "Pragmata Pro:size=10"; +static const char font[] = "Pragmata Pro:size=9"; static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#888888"; static const char* selbgcolor = "#333333";