parent
c644af303e
commit
ec2b390354
3
config.h
3
config.h
@ -75,14 +75,13 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen win
|
|||||||
static const Layout layouts[] = {
|
static const Layout layouts[] = {
|
||||||
/* symbol arrange function */
|
/* symbol arrange function */
|
||||||
{ "[]=", tile }, /* first entry is default */
|
{ "[]=", tile }, /* first entry is default */
|
||||||
{ "=|=", tcl}, /* three columns layout */
|
|
||||||
{ "|||", col }, /* column layout */
|
{ "|||", col }, /* column layout */
|
||||||
{ "|M|", centeredmaster },
|
{ "|M|", centeredmaster },
|
||||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||||
{ "[M]", monocle },
|
{ "[M]", monocle },
|
||||||
{ NULL, NULL},
|
{ NULL, NULL},
|
||||||
};
|
};
|
||||||
static const Layout* monocleLayout = &layouts[5];
|
static const Layout* monocleLayout = &layouts[4];
|
||||||
|
|
||||||
/* key definitions */
|
/* key definitions */
|
||||||
#define MODKEY Mod4Mask
|
#define MODKEY Mod4Mask
|
||||||
|
Loading…
Reference in New Issue
Block a user