st

My st build
git clone https://git.regexghost.com/st.git
Log | Files | Refs | README | LICENSE

commit 385a9a271d2aa26ef73e63f56bc920c65bb448af
parent 9677111658f630039848d4f8848802aea5ac6ceb
Author: regexghost <dev@regexghost.com>
Date:   Mon, 27 Jul 2026 21:52:17 +0100

minor config tweaks

Diffstat:
Mconfig.def.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -5,12 +5,12 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Fira Code:pixelsize=13:antialias=true:autohint=true"; +static char *font = "Fira Code:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ - "Font Awesome 7 Free Solid:pixlesize=13:antialias=true:autohint=true", + "Font Awesome 7 Free Solid:pixlesize=14:antialias=true:autohint=true", }; static int borderpx = 2; @@ -60,7 +60,7 @@ int allowwindowops = 0; * near minlatency, but it waits longer for slow updates to avoid partial draw. * low minlatency will tear/flicker more, as it can "detect" idle too early. */ -static double minlatency = 20; +static double minlatency = 8; static double maxlatency = 33; /*