From 13ebf171dd7c7cf3fdba6d89c184a644fc37ac38 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 7 Jun 2020 12:15:12 -0700 Subject: dwm fork working (marginally) --- sys/cmd/term/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/term') diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h index fcbe775..2b35a74 100644 --- a/sys/cmd/term/config.h +++ b/sys/cmd/term/config.h @@ -6,7 +6,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "consolas:pixelsize=14:antialias=true"; +static char *font = "consolas:pixelsize=16:antialias=true"; static int borderpx = 2; /* -- cgit v1.2.1