diff options
author | Akshay <[email protected]> | 2023-01-21 16:09:11 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-21 16:09:11 +0000 |
commit | b34013d97e9c5872111c75e8c4ef6c8977971990 (patch) | |
tree | 9d7408c60125da6ac9b62f6c4859527f247c77e6 /programs | |
parent | 151790a591fc9a6c9b153b1d514610e26d6bc87e (diff) |
tweak display sizes
Diffstat (limited to 'programs')
-rw-r--r-- | programs/st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/st/config.h b/programs/st/config.h index 14fb754..dd36c64 100644 --- a/programs/st/config.h +++ b/programs/st/config.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | 7 | * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html |
8 | */ | 8 | */ |
9 | static char *font = "Nerd Input:pixelsize=12:antialias=true:autohint=true"; | 9 | static char *font = "Nerd Input:pixelsize=30:antialias=true:autohint=true"; |
10 | static int borderpx = 30; | 10 | static int borderpx = 30; |
11 | 11 | ||
12 | /* | 12 | /* |