|
|
@ -49,10 +49,10 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi |
|
|
|
|
|
|
|
|
static const Layout layouts[] = { |
|
|
static const Layout layouts[] = { |
|
|
/* symbol arrange function */ |
|
|
/* symbol arrange function */ |
|
|
{ "[]=", tile }, /* first entry is default */ |
|
|
|
|
|
{ "><>", NULL }, /* no layout function means floating behavior */ |
|
|
|
|
|
{ "[M]", monocle }, |
|
|
{ "[M]", monocle }, |
|
|
|
|
|
{ "[]=", tile }, /* first entry is default */ |
|
|
{ "[D]", deck }, |
|
|
{ "[D]", deck }, |
|
|
|
|
|
{ "><>", NULL }, /* no layout function means floating behavior */ |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
/* key definitions */ |
|
|
/* key definitions */ |
|
|
|