mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
almost working
This commit is contained in:
parent
095353d91d
commit
05366ddf53
5 changed files with 26 additions and 1 deletions
|
|
@ -13,6 +13,10 @@ void ipc_bar_init(struct bar *bar, const char *bar_id);
|
|||
*/
|
||||
bool handle_ipc_event(struct bar *bar);
|
||||
|
||||
/**
|
||||
* Tell Sway to rearrange layout (after Swaybar has rendered itself).
|
||||
*/
|
||||
void ipc_send_arrange_command();
|
||||
|
||||
/**
|
||||
* Send workspace command to sway
|
||||
|
|
@ -20,4 +24,3 @@ bool handle_ipc_event(struct bar *bar);
|
|||
void ipc_send_workspace_command(const char *workspace_name);
|
||||
|
||||
#endif /* _SWAYBAR_IPC_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue