aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2020-06-20 21:04:14 -0700
committerNicholas Noll <nnoll523@gmail.com>2020-06-20 21:04:14 -0700
commit641ea1557ccc0099ef5471a16503938bd00924af (patch)
tree249ca7c822162099b04936af7c2526c23be7ba1b /sys/cmd/dwm
parente12e88483cc0a2dbdc2b6ff6a3c45750cfc17d1e (diff)
larger fonts for laptop
Diffstat (limited to 'sys/cmd/dwm')
-rw-r--r--sys/cmd/dwm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index 053b9f8..6875304 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -8,7 +8,7 @@ static uint snap = 32; /* snap pixel */
static int swallowfloating = 0; /* 1 will swallow floating by default */
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
-static char *fonts[] = { "consolas:size=12" };
+static char *fonts[] = { "consolas:size=14" };
static char col_gray1[] = "#323232";
static char col_gray2[] = "#444444";
static char col_gray3[] = "#bbbbbb";