From: Skullheadx Date: Wed, 29 Apr 2026 06:25:46 +0000 (-0400) Subject: update font size andtabspaces X-Git-Url: http://git.skullheadx.com/sitemap.xml?a=commitdiff_plain;h=93a2e18b355bcc62cde3958e8afd1e5e808670a2;p=st.git update font size andtabspaces --- diff --git a/config.h b/config.h index 2cd740a..fd8fe27 100644 --- a/config.h +++ b/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=16:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -91,7 +91,7 @@ char *termname = "st-256color"; * * stty tabs */ -unsigned int tabspaces = 8; +unsigned int tabspaces = 4; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {