mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Don't restrict node --flag
to windows
This fixes a regression introduced by e8aa679
.
This commit is contained in:
parent
73e402e49a
commit
789cb8a504
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ void cmd_node(char **args, int num, FILE *rsp)
|
|||
fail(rsp, "node %s: Not enough arguments.\n", *(args - 1));
|
||||
break;
|
||||
}
|
||||
if (trg.node == NULL || trg.node->client == NULL) {
|
||||
if (trg.node == NULL) {
|
||||
fail(rsp, "");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue