mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
commands: allow tiled containers to be stickied
This also stops stickied containers from losing its sticky status when it is tiled, allowing it to be immediately stickied when floated again.
This commit is contained in:
parent
42f8a038c9
commit
34dea3d9d2
3 changed files with 2 additions and 8 deletions
|
|
@ -708,7 +708,6 @@ void container_set_floating(struct sway_container *container, bool enable) {
|
|||
container->border = container->saved_border;
|
||||
}
|
||||
}
|
||||
container->is_sticky = false;
|
||||
}
|
||||
|
||||
container_end_mouse_operation(container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue