mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -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);
|
cmdlist += strspn(cmdlist, whitespace);
|
||||||
do {
|
do {
|
||||||
// Split commands
|
// Split commands
|
||||||
cmd = argsep(&cmdlist, ";");
|
cmd = argsep(&cmdlist, ",");
|
||||||
cmd += strspn(cmd, whitespace);
|
cmd += strspn(cmd, whitespace);
|
||||||
if (strcmp(cmd, "") == 0) {
|
if (strcmp(cmd, "") == 0) {
|
||||||
wlr_log(L_INFO, "Ignoring empty command.");
|
wlr_log(L_INFO, "Ignoring empty command.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue