aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-02-17 15:03:34 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-02-17 15:03:34 -0800
commite30f8b22069bec1a3fb68f089a9a7198671eb09a (patch)
tree120e53335137463ab2405f0cc9e2f1e7cf100d5b /sys/cmd/dwm
parenta576520dce2a34424af67358e98d79a06e736911 (diff)
chore: update to configs before playing with ligature support in terminal
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 6866f80..27521b5 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=14" };
+static char *fonts[] = { "consolas:size=12" };
static char col_gray1[] = "#323232";
static char col_gray2[] = "#444444";
static char col_gray3[] = "#bbbbbb";