remove output pos <X,Y> syntax fix fix

This commit is contained in:
Chengyu Zheng 2018-04-23 19:19:03 +02:00
parent 3aa2349beb
commit 367c25e79e

View file

@ -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.");