mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
slight fix
This commit is contained in:
parent
274e56a602
commit
4df64127e9
3 changed files with 25 additions and 5 deletions
|
|
@ -366,6 +366,7 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) {
|
|||
return false;
|
||||
}
|
||||
|
||||
// TODO handle case of workspace, something similar to _do_split
|
||||
if (view->type != C_CONTAINER && view->type != C_VIEW) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue