summaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/secondary_button.c
blob: 449124cb9d3856d0f101953c64f5a17e4ac9ba99 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include "sway/commands.h"
#include "log.h"

struct cmd_results *bar_cmd_secondary_button(int argc, char **argv) {
	// TODO TRAY
	return cmd_results_new(CMD_INVALID, "secondary_button", "TODO TRAY");
}