tabbed

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

commit 6b88e0d4e81054696bac6df6b9072e034dcee413
parent be7804bfc30c154f297d2ad9a97d7828674827b9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  4 Jul 2019 22:54:07 +0200

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