diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-26 16:50:47 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-26 16:50:47 -0700 |
commit | 4df64127e951cb6f13d65fc667c10ffc0f4a4dbd (patch) | |
tree | 23a2689b9f15d52d3d8893743671f0fd30586698 /sway/commands.c | |
parent | 274e56a60256214d1f899c37f1c978e4b8470644 (diff) |
slight fix
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |