mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
refactor commands.c
This commit is contained in:
parent
050704ab23
commit
b374c35758
77 changed files with 3567 additions and 3217 deletions
7
sway/commands/bar/tray_output.c
Normal file
7
sway/commands/bar/tray_output.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "commands.h"
|
||||
#include "log.h"
|
||||
|
||||
struct cmd_results *bar_cmd_tray_output(int argc, char **argv) {
|
||||
sway_log(L_ERROR, "Warning: tray_output is not supported on wayland");
|
||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue