mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Render layer surfaces and respect exclusive zone
This commit is contained in:
parent
0c8a64942e
commit
68cfa7ef67
9 changed files with 320 additions and 33 deletions
|
|
@ -188,7 +188,7 @@ static struct cmd_results *cmd_output_background(struct output_config *output,
|
|||
}
|
||||
|
||||
wordexp_t p;
|
||||
char *src = join_args(argv + *i - 1, j);
|
||||
char *src = join_args(argv + *i, j);
|
||||
if (wordexp(src, &p, 0) != 0 || p.we_wordv[0] == NULL) {
|
||||
return cmd_results_new(CMD_INVALID, "output",
|
||||
"Invalid syntax (%s).", src);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue