diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-05-15 13:34:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 13:34:25 -0500 |
| commit | d76edc64603439a7c00c5630f0368dccd9edd718 (patch) | |
| tree | e49cb2f012e2c6cc7aaddd56147e1adc6a3699a0 /config.h | |
| parent | 69353e8041399cb3df66d0366fa505d89e69b529 (diff) | |
Add files via upload
Diffstat (limited to 'config.h')
| -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[] = { |
