From a125575eb5ddea8d60228350676e61b87add116f Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sun, 30 Sep 2018 12:35:45 -0400 Subject: Do not strip quotes for cmd_set --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway') 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) { if (handler->handle != cmd_exec && handler->handle != cmd_exec_always && handler->handle != cmd_bindsym && handler->handle != cmd_bindcode + && handler->handle != cmd_set && (*argv[i] == '\"' || *argv[i] == '\'')) { strip_quotes(argv[i]); } -- cgit v1.2.3-54-g00ecf