Updating changes

This commit is contained in:
2024-05-31 20:56:27 +05:30
parent 35f98c0588
commit ab70e0c0f8
3 changed files with 12 additions and 5 deletions

View File

@@ -62,7 +62,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.55; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */