tabbed

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

commit cbc420077b1bec00aa317abdb056339015aaa388
parent befea9dd3451e8babfbf2ec47b339f556b1caf29
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 30 Sep 2019 20:21:29 +0200

Merge branch 'master' of src.adamsgaard.dk:src/tabbed

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[] = "terminus:size=8"; static const char* normbgcolor = "#1d1f21"; static const char* normfgcolor = "#c5c8c6"; static const char* selbgcolor = "#c5c8c6";