Added in command queue

This commit is contained in:
Luminarys 2015-08-13 12:32:43 -05:00
parent 2c9f5eca89
commit ab130fb56b
5 changed files with 62 additions and 32 deletions

View file

@ -229,8 +229,8 @@ static bool cmd_set(struct sway_config *config, int argc, char **argv) {
static bool _do_split(struct sway_config *config, int argc, char **argv, int layout) {
char *name = layout == L_VERT ? "splitv":
layout == L_HORIZ ? "splith":
"split";
layout == L_HORIZ ? "splith":
"split";
if (!checkarg(argc, name, EXPECTED_EQUAL_TO, 0)) {
return false;
}