summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-05 22:55:51 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-05 22:55:51 -0400
commita74268dfabd7e99f83b4c94cb575e2f1423230fe (patch)
tree5679f4834eb4ee6a54e440e3b10f5864245d4544
parentPush the XKB key to the key list (diff)
downloadsway-a74268dfabd7e99f83b4c94cb575e2f1423230fe.tar.gz
sway-a74268dfabd7e99f83b4c94cb575e2f1423230fe.tar.zst
sway-a74268dfabd7e99f83b4c94cb575e2f1423230fe.zip
Add TODO so I don't forget later
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 82571c83..a89290a9 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -49,6 +49,7 @@ int cmd_bindsym(struct sway_config *config, int argc, char **argv) {
49 } 49 }
50 list_free(split); 50 list_free(split);
51 51
52 // TODO: Check if there are other commands with this key binding
52 list_add(config->current_mode->bindings, binding); 53 list_add(config->current_mode->bindings, binding);
53 54
54 fprintf(stderr, "bindsym - Bound %s to command %s\n", argv[0], binding->command); 55 fprintf(stderr, "bindsym - Bound %s to command %s\n", argv[0], binding->command);