aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/term/config.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-01 20:10:34 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-02 09:13:36 -0800
commitabd5a5b67e5b87a1de73761172ff51cf2f8e1213 (patch)
tree0910bef2a2bfe3a536fa34d3bc57bd6e4ffe6c8d /src/cmd/term/config.h
parent905adfa6349d8bafbfbf90af1590cd5ff26c7886 (diff)
Chore(config): changed font sizes for desktop
Also updated libraries in makefiles that were deprecated.
Diffstat (limited to 'src/cmd/term/config.h')
-rw-r--r--src/cmd/term/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/term/config.h b/src/cmd/term/config.h
index a740ecf..c902597 100644
--- a/src/cmd/term/config.h
+++ b/src/cmd/term/config.h
@@ -6,7 +6,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "consolas:size=16";
+static char *font = "consolas:size=12";
static int borderpx = 2;
/*
@@ -17,7 +17,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/mksh";
+static char *shell = "/bin/bash";
char *utmp = nil;
/* scroll program: to enable use a string like "scroll" */
char *scroll = nil;