This commit is contained in:
taiyu 2015-09-06 06:52:20 -07:00
parent f25c6b312b
commit 3e9cdfd6a3
2 changed files with 12 additions and 4 deletions

View file

@ -570,7 +570,7 @@ static bool cmd_gaps(struct sway_config *config, int argc, char **argv) {
target = CURRENT;
} else if (strcasecmp(target_str, "all") == 0) {
target = ALL;
} else if (strcasecmp(target_str, "workspace") == 0){
} else if (strcasecmp(target_str, "workspace") == 0) {
if (inout == OUTER) {
target = CURRENT;
} else {