sway-patched-tray-menu-github/sway/commands/bar/context_button.c

9 lines
218 B
C
Raw Normal View History

2018-03-29 23:20:03 +02:00
#include <stdlib.h>
#include "sway/commands.h"
#include "log.h"
struct cmd_results *bar_cmd_context_button(int argc, char **argv) {
// TODO TRAY
2018-03-30 04:05:16 +02:00
return cmd_results_new(CMD_INVALID, "context_button", "TODO TRAY");
2018-03-29 23:20:03 +02:00
}