commit 579f6f0
hovercats
·
2026-05-06 23:12:31 +0000 UTC
parent 713b8ab
st: set borderpx to 5, so it matches our config from repo/st.
1 files changed,
+1,
-1
+1,
-1
1@@ -6,7 +6,7 @@
2 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
3 */
4 static char font[] = "Liberation Mono:pixelsize=12";
5-static int borderpx = 2;
6+static int borderpx = 5;
7
8 /*
9 * What program is execed by st depends of these precedence rules: