config: add initial-tile-state window rule
This commit is contained in:
parent
b1ca98b488
commit
5e3465d861
16 changed files with 258 additions and 26 deletions
|
|
@ -3376,6 +3376,10 @@ WindowRule:
|
|||
|
||||
If a window matches any rule for which this is false, the window will not be
|
||||
automatically focused.
|
||||
initial-tile-state:
|
||||
ref: TileState
|
||||
required: false
|
||||
description: Specifies if the window is initially mapped tiled or floating.
|
||||
|
||||
|
||||
WindowMatch:
|
||||
|
|
@ -3602,3 +3606,13 @@ WindowTypeMask:
|
|||
description: An array of masks that are OR'd.
|
||||
items:
|
||||
ref: WindowTypeMask
|
||||
|
||||
|
||||
TileState:
|
||||
description: Whether a window is tiled or floating.
|
||||
kind: string
|
||||
values:
|
||||
- value: tiled
|
||||
description: The window is tiled.
|
||||
- value: floating
|
||||
description: The window is floating.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue