From 9bab33391d19c606424e718dd67dd76db5a74de4 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 03:36:10 -0400 Subject: [PATCH] alpha with proper config --- config.def.h | 4 ++-- config.h | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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 */ -- 2.54.0