diff options
| author | Ryan Dwyer <[email protected]> | 2018-07-18 09:32:03 +1000 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-18 09:32:03 +1000 | 
| commit | 8ce7e3b44eea0a270ecc35a9da2ae801aaf6bce1 (patch) | |
| tree | 6badffb0c6ee33b4e23e914c4c9f9b39a625b5f3 /sway/commands/split.c | |
| parent | 621d2666b1ac214c63628bbe0ac8f5d6485cb501 (diff) | |
| parent | 48b911a4596f50b585a1073d32413236d9defb60 (diff) | |
Merge branch 'master' into destroy-output-destroy-empty-workspaces
Diffstat (limited to 'sway/commands/split.c')
| -rw-r--r-- | sway/commands/split.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/split.c b/sway/commands/split.c index c40f4d9f..313799da 100644 --- a/sway/commands/split.c +++ b/sway/commands/split.c @@ -16,7 +16,7 @@ static struct cmd_results *do_split(int layout) {  	}  	struct sway_container *parent = container_split(con, layout);  	container_create_notify(parent); -	arrange_and_commit(parent->parent); +	arrange_windows(parent->parent);  	return cmd_results_new(CMD_SUCCESS, NULL, NULL);  }  | 
