From 808674723955b8315190fb01dd731248fff0ccee Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 8 Oct 2024 16:24:57 -0400 Subject: Update web browser keyboard shortcut to use qutebrowser instead of Firefox --- sto/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sto/config.h') diff --git a/sto/config.h b/sto/config.h index 1f1cee0..54f0747 100755 --- a/sto/config.h +++ b/sto/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Terminus:pixelsize=14:antialias=true:autohint=true"; +static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true"; static int borderpx = 4; /* -- cgit v1.2.3-54-g00ecf