| Hash | Commit message | Author | Date | Files | + | - |
1 | commit f43ef84ede35c96db7b8435d414075181d138d1e |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Jan 27 10:43:59 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | config.h | 4 ++-- |
8 | st | Bin 120984 -> 120984 bytes |
9 | x.o | Bin 88536 -> 88504 bytes |
10 | 3 files changed, 2 insertions(+), 2 deletions(-) |
11 | |
12 | diff --git a/config.h b/config.h |
13 | index 376b67d..0b1542a 100644 |
14 | --- a/config.h |
15 | +++ b/config.h |
16 | @@ -6,8 +6,8 @@ |
17 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html |
18 | */ |
19 | |
20 | -static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true"; |
21 | -//static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; |
22 | +//static char *font = "Mononoki Nerd Font:pixelsize=18:antialias=true:autohint=true"; |
23 | +static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; |
24 | static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
25 | |
26 | static int borderpx = 2; |
27 | diff --git a/st b/st |
28 | index 663e512..44b2804 100755 |
29 | Binary files a/st and b/st differ |
30 | diff --git a/x.o b/x.o |
31 | index 3c2fac9..7db4f3a 100644 |
32 | Binary files a/x.o and b/x.o differ |