aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/context_button.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/context_button.c')
-rw-r--r--sway/commands/bar/context_button.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/commands/bar/context_button.c b/sway/commands/bar/context_button.c
new file mode 100644
index 00000000..3b76885a
--- /dev/null
+++ b/sway/commands/bar/context_button.c
@@ -0,0 +1,8 @@
1#include <stdlib.h>
2#include "sway/commands.h"
3#include "log.h"
4
5struct cmd_results *bar_cmd_context_button(int argc, char **argv) {
6 // TODO TRAY
7 return cmd_results_new(CMD_INVALID, "context_button", "TODO TRAY");
8}