Merge pull request #1769 from acrisci/focus-inactive-fixes

Focus inactive fixes
This commit is contained in:
Drew DeVault 2018-04-08 16:05:03 -04:00 committed by GitHub
commit 07b6be6214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 82 additions and 26 deletions

View file

@ -11,6 +11,7 @@
static struct cmd_results *do_split(int layout) {
struct sway_container *con = config->handler_context.current_container;
struct sway_container *parent = container_split(con, layout);
container_create_notify(parent);
arrange_windows(parent, -1, -1);
return cmd_results_new(CMD_SUCCESS, NULL, NULL);