aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:09:23 -0600
committertwells46 <173561638+twells46@users.noreply.github.com>2025-11-29 08:09:23 -0600
commitb1c93ae35772f4fb3a923605fefa02bf1fee585e (patch)
treef0ef175b59aae08ecced33579fdcf3d496475d7b /config.h
parent5a760f22f04df962a072b0625dac6603111f0a42 (diff)
Update font
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4c5148c..43c8771 100644
--- a/config.h
+++ b/config.h
@@ -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;