changed master window to 50%
This commit is contained in:
parent
29c3884c91
commit
ba5df1bfc3
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue