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[] = {