summaryrefslogtreecommitdiffstats
path: root/public/code/st
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2025-05-28 22:08:02 +0900
committerMitsuo Tokumori <[email protected]>2025-05-28 22:08:02 +0900
commit31c7dcb823b6a05981aa5487d8cf08ece7b8bc3e (patch)
treedd71cc31dfbe1ba81ad9d1723e34dcebff8445fa /public/code/st
parent47b726b9b90655e31d1abcac2976f730d789bc76 (diff)
downloaddotfiles-31c7dcb823b6a05981aa5487d8cf08ece7b8bc3e.tar.gz
dotfiles-31c7dcb823b6a05981aa5487d8cf08ece7b8bc3e.tar.bz2
dotfiles-31c7dcb823b6a05981aa5487d8cf08ece7b8bc3e.zip
bump
Many small changes. Maybe the most significan is update the terminal font size in `st` config.h for better visibility.
Diffstat (limited to 'public/code/st')
-rw-r--r--public/code/st/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/code/st/config.h b/public/code/st/config.h
index 267246f..64a4c90 100644
--- a/public/code/st/config.h
+++ b/public/code/st/config.h
@@ -5,7 +5,7 @@
*
* 1366x768: pixelsize=12
* 2560x1440: pixelsize=15
- * 2560x1440 (15.6"): pixelsize=16
+ * 2560x1440 (15.6"): pixelsize=20
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*
@@ -16,7 +16,7 @@
* which currently defaults to "Noto Sans Mono".
*/
//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
-static char *font = "Hack:pixelsize=16:antialias=true:autohint=true";
+static char *font = "Hack:pixelsize=20: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
@@ -25,10 +25,10 @@ static char *font2[] = {
//"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 Sans CJK JP:pixelsize=16:antialias=true:autohint=true",
- "Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",
+ "Noto Sans CJK JP:pixelsize=20:antialias=true:autohint=true",
+ "Noto Color Emoji:pixelsize=18:antialias=true:autohint=true",
/* Fallback font */
- "Symbola:pixelsize=14:antialias=true:autohint=true",
+ "Symbola:pixelsize=18:antialias=true:autohint=true",
};
static int borderpx = 2;