changed master window to 50%

This commit is contained in:
filippo-ferrari 2024-01-28 13:55:16 +01:00
parent 29c3884c91
commit ba5df1bfc3

View file

@ -60,7 +60,7 @@ static const Rule rules[] = {
};
/* layout(s) */
static float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static float mfact = 0.5; /* factor of master area size [0.05..0.95] */
static int nmaster = 1; /* number of clients in master area */
static int resizehints = 0; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */