sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit a74268dfabd7e99f83b4c94cb575e2f1423230fe
parent 254d0df3b2123344d6e4cbd89d779d1a492e0b1c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed,  5 Aug 2015 22:55:51 -0400

Add TODO so I don't forget later

Diffstat:
Msway/commands.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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);