From abd5a5b67e5b87a1de73761172ff51cf2f8e1213 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 1 Dec 2021 20:10:34 -0800 Subject: Chore(config): changed font sizes for desktop Also updated libraries in makefiles that were deprecated. --- src/cmd/term/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/term/config.h') diff --git a/src/cmd/term/config.h b/src/cmd/term/config.h index a740ecf..c902597 100644 --- a/src/cmd/term/config.h +++ b/src/cmd/term/config.h @@ -6,7 +6,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "consolas:size=16"; +static char *font = "consolas:size=12"; static int borderpx = 2; /* @@ -17,7 +17,7 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/mksh"; +static char *shell = "/bin/bash"; char *utmp = nil; /* scroll program: to enable use a string like "scroll" */ char *scroll = nil; -- cgit v1.2.1