mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add bar configuration commands
This commit is contained in:
parent
6836074fed
commit
bf7a4cd0eb
31 changed files with 1051 additions and 50 deletions
11
sway/commands/bar/bindsym.c
Normal file
11
sway/commands/bar/bindsym.c
Normal file
|
|
@ -0,0 +1,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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue