mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
ipc: add GET_BINDING_STATE request
This commit is contained in:
parent
f9361ae36c
commit
4a5f7d3721
4 changed files with 47 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ enum ipc_command_type {
|
|||
IPC_GET_CONFIG = 9,
|
||||
IPC_SEND_TICK = 10,
|
||||
IPC_SYNC = 11,
|
||||
IPC_GET_BINDING_STATE = 12,
|
||||
|
||||
// sway-specific command types
|
||||
IPC_GET_INPUTS = 100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue