mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Use L_FLOATING instead of reapable boolean
This commit is contained in:
parent
1f2e399ade
commit
34f35f0bad
5 changed files with 14 additions and 7 deletions
|
|
@ -67,7 +67,7 @@ struct sway_container *workspace_create(struct sway_container *output,
|
|||
swayws->swayc = workspace;
|
||||
swayws->floating = container_create(C_CONTAINER);
|
||||
swayws->floating->parent = swayws->swayc;
|
||||
swayws->floating->reapable = false;
|
||||
swayws->floating->layout = L_FLOATING;
|
||||
workspace->sway_workspace = swayws;
|
||||
|
||||
container_add_child(output, workspace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue