From: Skullheadx Date: Wed, 29 Apr 2026 07:36:10 +0000 (-0400) Subject: alpha with proper config X-Git-Url: http://git.skullheadx.com/links.html?a=commitdiff_plain;h=9bab33391d19c606424e718dd67dd76db5a74de4;p=st.git alpha with proper config --- diff --git a/config.def.h b/config.def.h index 019a4e1..3ab0a80 100644 --- a/config.def.h +++ b/config.def.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=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; diff --git a/config.h b/config.h index fd8fe27..3ab0a80 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=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 */