diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-13 18:11:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-13 18:11:00 +0100 |
commit | ed6b494074b887ef2f8d4ba57b4958776a1e27f1 (patch) | |
tree | b571c4c83404806061362b233aeabdf14b02049c | |
parent | Fixed key conflict (diff) | |
download | st-ed6b494074b887ef2f8d4ba57b4958776a1e27f1.tar.gz st-ed6b494074b887ef2f8d4ba57b4958776a1e27f1.tar.bz2 st-ed6b494074b887ef2f8d4ba57b4958776a1e27f1.tar.xz st-ed6b494074b887ef2f8d4ba57b4958776a1e27f1.tar.zst st-ed6b494074b887ef2f8d4ba57b4958776a1e27f1.zip |
Changed font again
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ /* static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; */ -static char *font = "DejaVuSansMono Nerd Font:pixelsize=14:antialias=true:autohint=true:"; +/* static char *font = "DejaVuSansMono Nerd Font:pixelsize=14:antialias=true:autohint=true:"; */ +static char *font = "UbuntuMono Nerd Font:pixelsize=16:antialias=true:autohint=true:"; static int borderpx = 0; /* |