aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dwm/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/dwm/config.h
parent905adfa6349d8bafbfbf90af1590cd5ff26c7886 (diff)
Chore(config): changed font sizes for desktop
Also updated libraries in makefiles that were deprecated.
Diffstat (limited to 'src/cmd/dwm/config.h')
-rw-r--r--src/cmd/dwm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dwm/config.h b/src/cmd/dwm/config.h
index 1f82b1f..3839cbf 100644
--- a/src/cmd/dwm/config.h
+++ b/src/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=16" };
+static char *fonts[] = { "consolas:size=12" };
static char col_gray1[] = "#504945";
static char col_gray2[] = "#282828";
static char col_gray3[] = "#fbf1c7";