mirror of
https://github.com/NickHu/sway
synced 2024-12-26 21:58:30 +01:00
Do not strip quotes for cmd_set
This commit is contained in:
parent
87a70b3591
commit
a125575eb5
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue