diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-12-02 17:34:26 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-12-02 17:34:26 -0500 |
| commit | bac8b779ff19190116fd370c6bd450333d3c699f (patch) | |
| tree | e4019d0e2408f00d054907c35202a6104c6bb272 /include | |
| parent | 9bbd9e207c41823e1b57131d37ccaa15965e9176 (diff) | |
Add IPC security policy command handlers
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 9e8d013e..3ab8d5af 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -120,6 +120,7 @@ sway_cmd cmd_gaps; sway_cmd cmd_hide_edge_borders; sway_cmd cmd_include; sway_cmd cmd_input; +sway_cmd cmd_ipc; sway_cmd cmd_kill; sway_cmd cmd_layout; sway_cmd cmd_log_colors; @@ -192,4 +193,8 @@ sway_cmd input_cmd_pointer_accel; sway_cmd input_cmd_scroll_method; sway_cmd input_cmd_tap; +sway_cmd cmd_ipc_cmd; +sway_cmd cmd_ipc_events; +sway_cmd cmd_ipc_event_cmd; + #endif |
