aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 03:55:24 +0000
committerAkshay <[email protected]>2023-01-22 03:55:24 +0000
commitd328d8acc452f1d22dd6395e82e616aa4605fd38 (patch)
tree9b1fc5f3b5fc355cdd179e203f522ea528f8ea6b /programs
parent563855b35d41305eb9647d687f5e57af6e66ac14 (diff)
rework sizing; enable powertop
Diffstat (limited to 'programs')
-rw-r--r--programs/st/config.h2
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 */
9static char *font = "Nerd Input:pixelsize=30:antialias=true:autohint=true"; 9static char *font = "Nerd Input:pixelsize=44:antialias=true:autohint=true";
10static int borderpx = 30; 10static int borderpx = 30;
11 11
12/* 12/*