mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-11-17 07:48:28 +01:00
Add TODO so I don't forget later
This commit is contained in:
parent
254d0df3b2
commit
a74268dfab
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue