From a74268dfabd7e99f83b4c94cb575e2f1423230fe Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 5 Aug 2015 22:55:51 -0400 Subject: [PATCH] Add TODO so I don't forget later --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/commands.c b/sway/commands.c index 82571c834..a89290a99 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -49,6 +49,7 @@ int cmd_bindsym(struct sway_config *config, int argc, char **argv) { } list_free(split); + // TODO: Check if there are other commands with this key binding list_add(config->current_mode->bindings, binding); fprintf(stderr, "bindsym - Bound %s to command %s\n", argv[0], binding->command);