summaryrefslogtreecommitdiffstats
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/config.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/st/config.h b/st/config.h
index fb490d9..68ad427 100644
--- a/st/config.h
+++ b/st/config.h
@@ -5,22 +5,23 @@
*
* 1366x768: pixelsize=12
* 2560x1440: pixelsize=15
+ * 2560x1440 (15.6"): pixelsize=16
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
-static char *font = "Hack:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Hack:pixelsize=16:antialias=true:autohint=true";
static char *font2[] = {
/* libxft does not support color emoji. Thus st crashes if it encounters
* one and tries to render it with Noto Color Emoji Font. It existst a
* patch named "libxft-gra" that solves this issue. It's documented on
* the st article on the ArchLinux Wiki */
- //"PowerlineSymbols:pixelsize=15:antialias=true:autohint=true",
- "Source Han Sans JP:pixelsize=12:antialias=true:autohint=true",
- //"Source Han Serif JP:pixelsize=12:antialias=true:autohint=true",
- "Noto Color Emoji:pixelsize=10:antialias=true:autohint=true",
+ //"PowerlineSymbols:pixelsize=16:antialias=true:autohint=true",
+ "Source Han Sans JP:pixelsize=16:antialias=true:autohint=true",
+ //"Source Han Serif JP:pixelsize=16:antialias=true:autohint=true",
+ "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",
/* Fallback font */
- "Symbola:pixelsize=10:antialias=true:autohint=true",
+ "Symbola:pixelsize=14:antialias=true:autohint=true",
};
static int borderpx = 2;