From 0a1041044141ddbda0c67602e70fe8894e7430fd Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 7 Nov 2021 11:43:28 -0800 Subject: config changes for laptop --- sys/cmd/term/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/cmd/term/config.h') diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h index 40bc759..a740ecf 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=16:antialias=true"; +static char *font = "consolas:size=16"; static int borderpx = 2; /* @@ -154,8 +154,8 @@ static uint rows = 24; * Default colour and shape of the mouse cursor */ static uint mouseshape = XC_left_ptr; -static uint mousefg = 7; -static uint mousebg = 0; +static uint mousefg = 0; +static uint mousebg = 7; /* * Color used to display font attributes when fontconfig selected a font which -- cgit v1.2.1