mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Clean up imported bar commands
This commit is contained in:
parent
849c3515ab
commit
741424c4e7
23 changed files with 104 additions and 136 deletions
|
|
@ -3,7 +3,6 @@
|
|||
#include "log.h"
|
||||
|
||||
struct cmd_results *bar_cmd_context_button(int argc, char **argv) {
|
||||
const char *cmd_name = "context_button";
|
||||
// TODO TRAY
|
||||
return cmd_results_new(CMD_INVALID, cmd_name, "TODO TRAY");
|
||||
return cmd_results_new(CMD_INVALID, "context_button", "TODO TRAY");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue