diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-28 07:05:25 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-28 07:05:25 +0000 |
commit | bfe0d2c75912697977dcd2373974896e7ba093d4 (patch) | |
tree | 0e61f67e58b00e7f0bb1c76c3e117c20eeb5b0a8 /config.h | |
parent | wide glyph patch (diff) | |
download | st-bfe0d2c75912697977dcd2373974896e7ba093d4.tar.gz st-bfe0d2c75912697977dcd2373974896e7ba093d4.zip |
wide glyph patch
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,10 +6,10 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char font[] = - "DejaVuSansMono Nerd Font Mono:pixelsize=14:antialias=true;autohint=true"; + "DejaVuSansMono Nerd Font Mono-pixelsize=14;antialias=true;autohint=true"; /* Spare fonts */ static char *font2[] = { - "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", + "DejaVuSansMono Nerd Font Mono-pixelsize=14;antialias=true;autohint=true", "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", }; static int borderpx = 2; |