diff options
-rw-r--r-- | font.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/font.diff b/font.diff new file mode 100644 index 0000000..64e8d97 --- /dev/null +++ b/font.diff @@ -0,0 +1,11 @@ +--- config.def.h 2016-06-16 23:40:53.686735584 +0200 ++++ config.h 2016-06-16 23:39:33.710064806 +0200 +@@ -5,7 +5,7 @@ + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ +-static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; ++static char font[] = "Inconsolata:pixelsize=14"; + static int borderpx = 2; + static char shell[] = "/bin/sh"; + static char *utmp = NULL; |