diff options
-rw-r--r-- | home.nix | 1 | ||||
-rw-r--r-- | programs/st/config.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -85,6 +85,7 @@ | |||
85 | initExtra = '' | 85 | initExtra = '' |
86 | ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" | 86 | ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" |
87 | xrdb -load $HOME/.Xresources | 87 | xrdb -load $HOME/.Xresources |
88 | xrandr -dpi 192 | ||
88 | ''; | 89 | ''; |
89 | }; | 90 | }; |
90 | 91 | ||
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 | /* |