mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Fix monitor's -o long variant name
This commit is contained in:
parent
01ad5c5c49
commit
a4c5b29212
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ void cmd_monitor(char **args, int num, FILE *rsp)
|
||||||
}
|
}
|
||||||
remove_monitor(trg.monitor);
|
remove_monitor(trg.monitor);
|
||||||
return;
|
return;
|
||||||
} else if (streq("-o", *args) || streq("--order-desktops", *args)) {
|
} else if (streq("-o", *args) || streq("--reorder-desktops", *args)) {
|
||||||
num--, args++;
|
num--, args++;
|
||||||
if (num < 1) {
|
if (num < 1) {
|
||||||
fail(rsp, "monitor %s: Not enough arguments.\n", *(args - 1));
|
fail(rsp, "monitor %s: Not enough arguments.\n", *(args - 1));
|
||||||
|
|
Loading…
Add table
Reference in a new issue