dwm 6.3 upgrade.
This commit is contained in:
parent
7eeeb54de9
commit
0384d1f892
4 changed files with 10 additions and 10 deletions
|
@ -63,6 +63,7 @@ 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 = 0; /* 1 means respect size hints in tiled resizals */
|
||||
static const int attachbelow = 1; /* 1 means attach after the currently active window */
|
||||
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
|
||||
|
||||
static const Layout layouts[] = {
|
||||
/* symbol arrange function */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue