swayfx/sway/commands/bar/context_button.c
2018-03-29 22:11:08 -04:00

9 lines
218 B
C

#include <stdlib.h>
#include "sway/commands.h"
#include "log.h"
struct cmd_results *bar_cmd_context_button(int argc, char **argv) {
// TODO TRAY
return cmd_results_new(CMD_INVALID, "context_button", "TODO TRAY");
}