From 186fe25ab798fe559be242dbe2eaff8e553c4e06 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 6 Jun 2020 19:28:06 -0700 Subject: checkin: before adding swallow --- sys/cmd/term/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/cmd/term/config.h') diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h index 81b11b0..fcbe775 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 = "Hack:pixelsize=14:antialias=true:autohint=true"; +static char *font = "consolas:pixelsize=14:antialias=true"; static int borderpx = 2; /* @@ -95,7 +95,7 @@ char *termname = "term-256color"; uint tabspaces = 4; /* bg opacity */ -float alpha = 0.85; +float alpha = 0.95; /* Terminal colors (16 first used in escape sequence) */ static char *colorname[] = { -- cgit v1.2.1