From 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 Mon Sep 17 00:00:00 2001 From: nil Date: Tue, 14 Jan 2025 20:16:17 +0100 Subject: changing host repository --- dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.h') 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; -- cgit v1.2.3