mirror of
https://github.com/swaywm/sway.git
synced 2025-04-05 03:47:54 +03:00
swaybar: Implement binding_mode_indicator
This commit is contained in:
parent
f2d519d0ba
commit
aa2f754c64
4 changed files with 96 additions and 7 deletions
|
@ -11,6 +11,10 @@ struct sockaddr_un *ipc_user_sockaddr(void);
|
|||
|
||||
void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change);
|
||||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
/**
|
||||
* Send IPC mode event to all listening clients
|
||||
*/
|
||||
void ipc_event_mode(const char *mode);
|
||||
const char *swayc_type_string(enum swayc_types type);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue