diff options
author | Robin Krahl <me@robin-krahl.de> | 2016-06-16 23:59:22 +0200 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2016-06-16 23:59:22 +0200 |
commit | 5b451afffa6365681ca89eed23a3eef238a448e8 (patch) | |
tree | 63ff03befdd88c8640f4467e44a28e5e67981d57 | |
download | st-patches-master.tar.gz st-patches-master.tar.bz2 |
-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; |