dwm - Custom fork of dwm
ssh://anon@thyssentishman.com/dwm
Log | Files | Refs | Feed | Contribute | README | LICENSE

Commit: c362a0ef09c198ec51867e8a70a3ca07c249c5af
Parent: 4ffcbfac0d817208b9acbc44e1d69ec779fa5549
Author: Johannes Thyssen Tishman
Date:   Sat, 13 Apr 2024 14:03:27 +0000

Change font to DejaVu Sans Mono

Better than Hack as already in OpenBSD base

Diffstat:
M config.h | 2 +-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h
@@ -9,7 +9,7 @@ static const float mfact           = 0.55;
 static const float floatsize       = 0.65;
 static const unsigned int snap     = 32;
 static const unsigned int borderpx = 2;
-static const char *fonts[]         = { "xft:Hack:style=Regular:pixelsize=20" };
+static const char *fonts[]         = { "xft:DejaVu Sans Mono:style=Book:pixelsize=20" };
 static char dmenumon[2]            = "0";
 static const Layout layouts[]      = {{ "[|=]", tile }, { "[ ]", monocle }};