mirror of
https://github.com/swaywm/sway.git
synced 2026-03-06 01:40:42 -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
|
|
@ -45,7 +45,7 @@ struct cmd_results *cmd_floating(int argc, char **argv) {
|
|||
"Cannot set floating status on a hidden scratchpad container");
|
||||
}
|
||||
|
||||
bool wants_floating =
|
||||
bool wants_floating =
|
||||
parse_boolean(argv[0], container_is_floating(container));
|
||||
|
||||
container_set_floating(container, wants_floating);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue