config.diff (706B)
1 --- config.def.h Mon May 2 15:31:46 2022 2 +++ config.h Tue Jun 14 07:22:25 2022 3 @@ -5,11 +5,11 @@ 4 * 5 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html 6 */ 7 -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; 8 +static char *font = "DejaVu Sans Mono:pixelsize=12:antialias=true:autohint=true"; 9 /* Spare fonts */ 10 static char *font2[] = { 11 -/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ 12 -/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ 13 + "Noto Color Emoji:pixelsize=12:antialias=true:autohint=true", 14 + "Noto Serif CJK JP:pixelsize=12:antialias=true:autohint=true", 15 }; 16 17 static int borderpx = 2;