mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-28 22:23:42 +01:00
11 lines
278 B
C
11 lines
278 B
C
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "sway/commands.h"
|
|
#include "sway/config.h"
|
|
#include "list.h"
|
|
#include "log.h"
|
|
#include "stringop.h"
|
|
|
|
struct cmd_results *bar_cmd_bindsym(int argc, char **argv) {
|
|
return cmd_results_new(CMD_FAILURE, "bindsym", "TODO"); // TODO
|
|
}
|