|
|
|
@ -356,11 +356,9 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) {
|
|
|
|
|
move_container(view,&root_container,MOVE_UP);
|
|
|
|
|
} else if (strcasecmp(argv[0], "down") == 0) {
|
|
|
|
|
move_container(view,&root_container,MOVE_DOWN);
|
|
|
|
|
} else
|
|
|
|
|
{
|
|
|
|
|
} else {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|