diff options
author | Akshay <[email protected]> | 2023-01-22 03:55:24 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-01-22 03:55:24 +0000 |
commit | d328d8acc452f1d22dd6395e82e616aa4605fd38 (patch) | |
tree | 9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /programs | |
parent | 563855b35d41305eb9647d687f5e57af6e66ac14 (diff) |
rework sizing; enable powertop
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 a0811fa..c9fca58 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=30:antialias=true:autohint=true"; | 9 | static char *font = "Nerd Input:pixelsize=44:antialias=true:autohint=true"; |
10 | static int borderpx = 30; | 10 | static int borderpx = 30; |
11 | 11 | ||
12 | /* | 12 | /* |