diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 08:09:23 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 08:09:23 -0600 |
| commit | b1c93ae35772f4fb3a923605fefa02bf1fee585e (patch) | |
| tree | f0ef175b59aae08ecced33579fdcf3d496475d7b | |
| parent | 5a760f22f04df962a072b0625dac6603111f0a42 (diff) | |
Update font
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Liberation Mono:pixelsize=13:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -16,7 +16,7 @@ static int borderpx = 2; * 4: value of shell in /etc/passwd * 5: value of shell in config.h */ -static char *shell = "/bin/sh"; +static char *shell = "/usr/bin/fish"; char *utmp = NULL; /* scroll program: to enable use a string like "scroll" */ char *scroll = NULL; |