From 03f4fe5086aa14a50b4bda5c69e3c349c59c691d Mon Sep 17 00:00:00 2001 From: Patric Plattner Date: Sun, 10 May 2020 16:48:50 +0200 Subject: [PATCH] changing fontsize and bg opacity. --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 696f634..a999e08 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=14:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; +static char *font = "mono:pixelsize=18:antialias=true:autohint=true"; +static char *font2[] = { "LiberationMono:pixelsize=18:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -108,7 +108,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 0.7; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {