dwm

my dwm build
git clone https://s.sonu.ch/~roket1428/dwm.git
Log | Files | Refs | README | LICENSE

commit c6c3e04cf50cc72187b62624fe73a75ec34aab71
parent 7a52587645f167230f31453b632d8dbe03ded718
Author: roket1428 <meorhan@protonmail.com>
Date:   Tue, 31 Aug 2021 15:54:50 +0300

changed font size

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

diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "hack:size=10:antialias=true:autohint=true" }; +static const char *fonts[] = { "hack:size=9:antialias=true:autohint=true" }; static char green[] = "#5ab738"; static char black[] = "#000000"; static const char *colors[][3] = {