diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-17 14:54:42 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-17 14:54:42 +0000 |
commit | a41f6e7247e0966eb7cbf64095a2654cc4dd01de (patch) | |
tree | b3c7f7c5e7a132201d08892b2a9fb066ee7a292b /st | |
parent | 16d45c32c20d7b3db8ba2533ca9d414d8cd308f2 (diff) |
patched dwm
Diffstat (limited to 'st')
-rw-r--r-- | st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index 23ea70a..3b87a92 100644 --- a/st/config.h +++ b/st/config.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | 6 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html |
7 | */ | 7 | */ |
8 | static char *font = "Hermit:pixelsize=12:antialias=true:autohint=true"; | 8 | static char *font = "Hermit:pixelsize=12.5:antialias=true:autohint=true"; |
9 | static int borderpx = 9; | 9 | static int borderpx = 9; |
10 | 10 | ||
11 | /* | 11 | /* |