commit ff95ae3
hovercats
·
2024-08-28 06:36:33 +0000 UTC
parent 0c93daf
pkg/st: set liberation mono as default font, as tamzen seems not to render properly
3 files changed,
+4,
-4
+2,
-2
1@@ -5,7 +5,7 @@
2 *
3 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
4 */
5-static char font[] = "Tamzen:pixelsize=14";
6+static char font[] = "Liberation Mono:pixelsize=12";
7 static int borderpx = 2;
8
9 /*
10@@ -136,7 +136,7 @@ static unsigned int defaultrcs = 257;
11 * 6: Bar ("|")
12 * 7: Snowman ("☃")
13 */
14-static unsigned int cursorshape = 2;
15+static unsigned int cursorshape = 4;
16
17 /*
18 * Default columns and rows numbers
+1,
-1
1@@ -1 +1 @@
2-Subproject commit c63a87cd936c1eeef14c4c21572e5b782d3df4bc
3+Subproject commit 348e8dc8a63c5ecb8b7862a1798574cb14f92aa7
+1,
-1
1@@ -1 +1 @@
2-c63a87cd93 r7
3+c63a87cd93 r0