mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Initial work on window events
This commit is contained in:
parent
095353d91d
commit
976e48d79f
7 changed files with 34 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ void ipc_event_barconfig_update(struct bar_config *bar);
|
|||
* Send IPC mode event to all listening clients
|
||||
*/
|
||||
void ipc_event_mode(const char *mode);
|
||||
/**
|
||||
* Send IPC window change event
|
||||
*/
|
||||
void ipc_event_window(swayc_t *window, const char *change);
|
||||
/**
|
||||
* Sends an IPC modifier event to all listening clients. The modifier event
|
||||
* includes a key 'change' with the value of state and a key 'modifier' with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue