diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-12-02 17:34:26 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-12-02 17:34:26 -0500 |
commit | c8dc4925d1e0f5d5086a4c15415ee9fb0b7e6155 (patch) | |
tree | e4019d0e2408f00d054907c35202a6104c6bb272 /include | |
parent | e9e1a6a409a276310e1015763184641547e7823c (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 |