aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/bindsym.c
blob: ac09a03ff0cd129787a284ad2f41a4980f301419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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
}