Add get_config message type to ipc

This commit is contained in:
Ian Fan 2018-07-08 20:34:47 +01:00
parent 5fd36164a0
commit 23c1c26c3f
9 changed files with 76 additions and 18 deletions

View file

@ -14,6 +14,7 @@ enum ipc_command_type {
IPC_GET_BAR_CONFIG = 6,
IPC_GET_VERSION = 7,
IPC_GET_BINDING_MODES = 8,
IPC_GET_CONFIG = 9,
// sway-specific command types
IPC_GET_INPUTS = 100,