mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
remove output pos <X,Y> syntax fix fix
This commit is contained in:
parent
3aa2349beb
commit
367c25e79e
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ struct cmd_results *execute_command(char *_exec, struct sway_seat *seat) {
|
|||
cmdlist += strspn(cmdlist, whitespace);
|
||||
do {
|
||||
// Split commands
|
||||
cmd = argsep(&cmdlist, ";");
|
||||
cmd = argsep(&cmdlist, ",");
|
||||
cmd += strspn(cmd, whitespace);
|
||||
if (strcmp(cmd, "") == 0) {
|
||||
wlr_log(L_INFO, "Ignoring empty command.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue