This commit is contained in:
taiyu 2015-08-28 19:35:29 -07:00
parent e0d5486957
commit 63e735270c
2 changed files with 34 additions and 26 deletions

View file

@ -366,7 +366,6 @@ 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;
}