summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 34e66ce9..1203f63a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -404,6 +404,7 @@ struct cmd_results *config_command(char *exec) {
404 // Strip quotes and unescape the string 404 // Strip quotes and unescape the string
405 for (int i = handler->handle == cmd_set ? 2 : 1; i < argc; ++i) { 405 for (int i = handler->handle == cmd_set ? 2 : 1; i < argc; ++i) {
406 if (handler->handle != cmd_exec && handler->handle != cmd_exec_always 406 if (handler->handle != cmd_exec && handler->handle != cmd_exec_always
407 && handler->handle != cmd_mode
407 && handler->handle != cmd_bindsym 408 && handler->handle != cmd_bindsym
408 && handler->handle != cmd_bindcode 409 && handler->handle != cmd_bindcode
409 && handler->handle != cmd_set 410 && handler->handle != cmd_set