removed Layout->isfloating
This commit is contained in:
parent
489ac07e83
commit
a785a0d712
2 changed files with 21 additions and 31 deletions
|
@ -24,10 +24,10 @@ Rule rules[] = {
|
|||
#define SNAP 32 /* snap pixel */
|
||||
|
||||
Layout layouts[] = {
|
||||
/* symbol function isfloating */
|
||||
{ "[]=", tilev, False }, /* first entry is default */
|
||||
{ "><>", NULL, True },
|
||||
{ "<M>", monocle, True },
|
||||
/* symbol function */
|
||||
{ "[]=", tilev }, /* first entry is default */
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "<M>", monocle }, /* TODO: remove this */
|
||||
};
|
||||
|
||||
/* key definitions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue