mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
modules/i3-common: add support for sway's IPC_GET_INPUTS
This commit is contained in:
parent
e710152248
commit
db211de70c
2 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,7 @@ struct i3_ipc_callbacks {
|
|||
i3_ipc_callback_t reply_config;
|
||||
i3_ipc_callback_t reply_tick;
|
||||
i3_ipc_callback_t reply_sync;
|
||||
i3_ipc_callback_t reply_inputs;
|
||||
|
||||
i3_ipc_callback_t event_workspace;
|
||||
i3_ipc_callback_t event_output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue