summaryrefslogtreecommitdiff
path: root/src/st/st-0.9.3/config.def.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-04-29 10:46:25 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-04-29 10:46:25 -0700
commitd533343af750dcfda2321f33953b66396e767f10 (patch)
treed82735dadda1795ffbaa242dcc5814f9d62704fb /src/st/st-0.9.3/config.def.h
parent87acc9fe8885ad770dbf145f9e3bc2720c8703bb (diff)
st: reduce font size
Diffstat (limited to 'src/st/st-0.9.3/config.def.h')
-rw-r--r--src/st/st-0.9.3/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/st/st-0.9.3/config.def.h b/src/st/st-0.9.3/config.def.h
index 5a1072f..ed5dedf 100644
--- a/src/st/st-0.9.3/config.def.h
+++ b/src/st/st-0.9.3/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Liberation Mono:pixelsize=11:antialias=true:autohint=true";
static int borderpx = 2;
/*