#include #include #include "sway/commands.h" #include "sway/config.h" #include "list.h" #include "log.h" #include "stringop.h" struct cmd_results *bar_cmd_bindsym(int argc, char **argv) { return cmd_results_new(CMD_FAILURE, "bindsym", "TODO"); // TODO }