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 831d4492..03cfebd7 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -394,6 +394,7 @@ struct cmd_results *config_command(char *exec) {
394 if (handler->handle != cmd_exec && handler->handle != cmd_exec_always 394 if (handler->handle != cmd_exec && handler->handle != cmd_exec_always
395 && handler->handle != cmd_bindsym 395 && handler->handle != cmd_bindsym
396 && handler->handle != cmd_bindcode 396 && handler->handle != cmd_bindcode
397 && handler->handle != cmd_set
397 && (*argv[i] == '\"' || *argv[i] == '\'')) { 398 && (*argv[i] == '\"' || *argv[i] == '\'')) {
398 strip_quotes(argv[i]); 399 strip_quotes(argv[i]);
399 } 400 }