From 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 Mon Sep 17 00:00:00 2001 From: nil Date: Tue, 14 Jan 2025 20:16:17 +0100 Subject: changing host repository --- st/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index 5986fce..f24fa08 100755 --- a/st/config.h +++ b/st/config.h @@ -6,7 +6,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "NotoSansM Nerd Font Mono:pixelsize=20:antialias=true:autohint=true"; +static char *font = "Inconsolata-Regular:pixelsize=26"; +//static char *font = "NotoSansM Nerd Font Mono:pixelsize=26:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -95,7 +96,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.97; +float alpha = 0.7; /* Terminal colors (16 first used in escape sequence) */ -- cgit v1.2.3