aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/config.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
committerNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
commit0a1041044141ddbda0c67602e70fe8894e7430fd (patch)
tree1cba0e61e397f55218a90e04df5423f75dae4409 /sys/cmd/term/config.h
parent5d1e21d28a93415b66401d27a30ee8eb6b2b66a8 (diff)
config changes for laptop
Diffstat (limited to 'sys/cmd/term/config.h')
-rw-r--r--sys/cmd/term/config.h6
1 files changed, 3 insertions, 3 deletions
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