summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 17:34:26 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 17:34:26 -0500
commitc8dc4925d1e0f5d5086a4c15415ee9fb0b7e6155 (patch)
treee4019d0e2408f00d054907c35202a6104c6bb272 /include
parentAdd IPC policy to config (diff)
downloadsway-c8dc4925d1e0f5d5086a4c15415ee9fb0b7e6155.tar.gz
sway-c8dc4925d1e0f5d5086a4c15415ee9fb0b7e6155.tar.zst
sway-c8dc4925d1e0f5d5086a4c15415ee9fb0b7e6155.zip
Add IPC security policy command handlers
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h5
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;
120sway_cmd cmd_hide_edge_borders; 120sway_cmd cmd_hide_edge_borders;
121sway_cmd cmd_include; 121sway_cmd cmd_include;
122sway_cmd cmd_input; 122sway_cmd cmd_input;
123sway_cmd cmd_ipc;
123sway_cmd cmd_kill; 124sway_cmd cmd_kill;
124sway_cmd cmd_layout; 125sway_cmd cmd_layout;
125sway_cmd cmd_log_colors; 126sway_cmd cmd_log_colors;
@@ -192,4 +193,8 @@ sway_cmd input_cmd_pointer_accel;
192sway_cmd input_cmd_scroll_method; 193sway_cmd input_cmd_scroll_method;
193sway_cmd input_cmd_tap; 194sway_cmd input_cmd_tap;
194 195
196sway_cmd cmd_ipc_cmd;
197sway_cmd cmd_ipc_events;
198sway_cmd cmd_ipc_event_cmd;
199
195#endif 200#endif