diff options
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "FiraCode-Regular:pixelsize=16:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Mono:style=Regular:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ @@ -100,7 +100,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8, alphaUnfocused = 0.8; +float alpha = 1.0, alphaUnfocused = 1.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |
