aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bind.c')
-rw-r--r--sway/commands/bind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/bind.c b/sway/commands/bind.c
index 26c99e63..c0b383db 100644
--- a/sway/commands/bind.c
+++ b/sway/commands/bind.c
@@ -372,6 +372,7 @@ static struct cmd_results *cmd_bindsym_or_bindcode(int argc, char **argv,
372 strlen("--input-device=")) == 0) { 372 strlen("--input-device=")) == 0) {
373 free(binding->input); 373 free(binding->input);
374 binding->input = strdup(argv[0] + strlen("--input-device=")); 374 binding->input = strdup(argv[0] + strlen("--input-device="));
375 strip_quotes(binding->input);
375 } else if (strcmp("--no-warn", argv[0]) == 0) { 376 } else if (strcmp("--no-warn", argv[0]) == 0) {
376 warn = false; 377 warn = false;
377 } else if (strcmp("--no-repeat", argv[0]) == 0) { 378 } else if (strcmp("--no-repeat", argv[0]) == 0) {