From 4df64127e951cb6f13d65fc667c10ffc0f4a4dbd Mon Sep 17 00:00:00 2001 From: taiyu Date: Wed, 26 Aug 2015 16:50:47 -0700 Subject: slight fix --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index 2bdfeff6..df48724a 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -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; } -- cgit v1.2.3