Update config

This commit is contained in:
Alex Selimov 2025-05-25 22:46:07 -04:00
parent 9e64cf1ef2
commit 7e42ab3f4f

View File

@ -19,7 +19,7 @@ static int smartgaps =
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { 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[] = static const char dmenufont[] =
"SauceCodePro Nerd Font:size=10:antialias=true:autohint=true"; "SauceCodePro Nerd Font:size=10:antialias=true:autohint=true";
static const char col_gray1[] = "#191919"; static const char col_gray1[] = "#191919";
@ -108,7 +108,7 @@ static const Rule rules[] = {
}; };
/* layout(s) */ /* 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 nmaster = 1; /* number of clients in master area */
static const int resizehints = static const int resizehints =
0; /* 1 means respect size hints in tiled resizals */ 0; /* 1 means respect size hints in tiled resizals */