]> Skullheadx's Git Forge - st.git/commitdiff
alpha with proper config
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 07:36:10 +0000 (03:36 -0400)
committerSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 07:36:10 +0000 (03:36 -0400)
config.def.h
config.h

index 019a4e14c5ef8dad1b78bc66fc90416df7e8cfd5..3ab0a808c4cc630cf054f4ba323d24e1407dd3a8 100644 (file)
@@ -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=20: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;
 
 /* bg opacity */
 float alpha = 0.8;
index fd8fe2774cc59225913133421200b1955c1b47c6..3ab0a808c4cc630cf054f4ba323d24e1407dd3a8 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=16:antialias=true:autohint=true";
+static char *font = "Liberation Mono:pixelsize=20:antialias=true:autohint=true";
 static int borderpx = 2;
 
 /*
@@ -93,6 +93,9 @@ char *termname = "st-256color";
  */
 unsigned int tabspaces = 4;
 
+/* bg opacity */
+float alpha = 0.8;
+
 /* Terminal colors (16 first used in escape sequence) */
 static const char *colorname[] = {
        /* 8 normal colors */