mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
man page
This commit is contained in:
parent
f25c6b312b
commit
3e9cdfd6a3
2 changed files with 12 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue