mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Add * policies and fix bug
This commit is contained in:
parent
1980a08358
commit
eabfb6c559
3 changed files with 11 additions and 1 deletions
|
|
@ -297,6 +297,7 @@ static struct cmd_handler bar_colors_handlers[] = {
|
|||
};
|
||||
|
||||
static struct cmd_handler ipc_handlers[] = {
|
||||
{ "*", cmd_ipc_cmd },
|
||||
{ "bar-config", cmd_ipc_cmd },
|
||||
{ "command", cmd_ipc_cmd },
|
||||
{ "events", cmd_ipc_events },
|
||||
|
|
@ -308,6 +309,7 @@ static struct cmd_handler ipc_handlers[] = {
|
|||
};
|
||||
|
||||
static struct cmd_handler ipc_event_handlers[] = {
|
||||
{ "*", cmd_ipc_event_cmd },
|
||||
{ "binding", cmd_ipc_event_cmd },
|
||||
{ "input", cmd_ipc_event_cmd },
|
||||
{ "mode", cmd_ipc_event_cmd },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue