mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Add bar configuration commands
This commit is contained in:
parent
6836074fed
commit
bf7a4cd0eb
31 changed files with 1051 additions and 50 deletions
9
sway/commands/bar/tray_output.c
Normal file
9
sway/commands/bar/tray_output.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#define _XOPEN_SOURCE 500
|
||||
#include <string.h>
|
||||
#include "sway/commands.h"
|
||||
|
||||
struct cmd_results *bar_cmd_tray_output(int argc, char **argv) {
|
||||
const char *cmd_name = "tray_output";
|
||||
// TODO TRAY
|
||||
return cmd_results_new(CMD_INVALID, cmd_name, "TODO TRAY");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue