commit f0afbfefd729f27f2b52bcad8ad875e86948e033 from: Benjamin Stürz date: Fri Jun 14 12:31:22 2024 UTC st: change font size to 14 and reduce latency commit - cb2424b99a768b49cd3830100202f26d9b5da1a9 commit + f0afbfefd729f27f2b52bcad8ad875e86948e033 blob - 4f2ca51a57f2e6f4ed875cf06ae8722b7b993754 blob + 10b480481025199cdc3ee700c3b1c9add5a03c81 --- st/config.h +++ st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -53,8 +53,8 @@ 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 = 8; -static double maxlatency = 33; +static double minlatency = 3; +static double maxlatency = 15; /* * blinking timeout (set to 0 to disable blinking) for the terminal blinking