]> Skullheadx's Git Forge - st.git/commitdiff
update font size andtabspaces
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 06:25:46 +0000 (02:25 -0400)
committerSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 06:25:46 +0000 (02:25 -0400)
config.h

index 2cd740a247dc2a13c1f0ad6301ca4027f28bf6e1..fd8fe2774cc59225913133421200b1955c1b47c6 100644 (file)
--- 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[] = {