X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/8e310303903792c010d03c046ba75f8b18f7d3a7..d1dc0489125c15e95c2fa989f279877600c2cd00:/config.def.h?ds=sidebyside diff --git a/config.def.h b/config.def.h index 91ab8ca..133d853 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=16:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -93,6 +93,9 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; +/* bg opacity */ +float alpha = 0.8; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */