summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authornil <niljo@airmail.cc>2025-01-14 20:16:17 +0100
committernil <niljo@airmail.cc>2025-01-14 20:16:17 +0100
commit9cd3e10283ea0c6cc997afc5353c0f314b3aa092 (patch)
tree4aa0ae912633a0f3e7a7d1405469bb7009cef1ba /dwm/config.h
parent23a62d70129db30027ba620fc798a666c198ba35 (diff)
changing host repositorymain
Diffstat (limited to 'dwm/config.h')
-rwxr-xr-xdwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index c13f153..6a32073 100755
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -7,8 +7,8 @@ static const unsigned int gappx = 16; /* gap pixel between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "monospace:size=10" };
-static const char dmenufont[] = "monospace:size=10";
+static const char *fonts[] = { "Inconsolata-Regular:size=14" };
+static const char dmenufont[] = "Inconsolata-Regular:size=14";
static unsigned int baralpha = 0xff;
//static unsigned int baralpha = 0xd0;
static unsigned int borderalpha = OPAQUE;