mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Compute what workspace button is clicked
This commit does not do anything with this information other than logging it.
This commit is contained in:
parent
679c7b397c
commit
a0c8799c80
3 changed files with 38 additions and 1 deletions
|
|
@ -13,5 +13,11 @@ void ipc_bar_init(struct bar *bar, const char *bar_id);
|
|||
*/
|
||||
bool handle_ipc_event(struct bar *bar);
|
||||
|
||||
|
||||
/**
|
||||
* Send workspace command to sway
|
||||
*/
|
||||
void ipc_send_workspace_command(const char *workspace_name);
|
||||
|
||||
#endif /* _SWAYBAR_IPC_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue