From 7e42ab3f4f6995f8632f9c8f30474ff069794fb7 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sun, 25 May 2025 22:46:07 -0400 Subject: [PATCH] Update config --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index bd9a322..e083b94 100644 --- a/config.h +++ b/config.h @@ -19,7 +19,7 @@ static int smartgaps = static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { - "SauceCodePro Nerd Font:size=12:antialias=true:autohint=true"}; + "DepartureMono Nerd Font:size=13:antialias=true:autohint=true"}; static const char dmenufont[] = "SauceCodePro Nerd Font:size=10:antialias=true:autohint=true"; static const char col_gray1[] = "#191919"; @@ -108,7 +108,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ +static const float mfact = 0.50; /* factor of master area size [0.05..0.95] */ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */