mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Round up workspaces on each output
This commit is contained in:
parent
e5e8094dc3
commit
3399ad9840
4 changed files with 85 additions and 6 deletions
|
|
@ -2,7 +2,8 @@
|
|||
#define _SWAYBAR_IPC_H
|
||||
#include "swaybar/bar.h"
|
||||
|
||||
void ipc_get_config(struct swaybar *bar, const char *bar_id);
|
||||
void ipc_initialize(struct swaybar *bar, const char *bar_id);
|
||||
void handle_ipc_event(struct swaybar *bar);
|
||||
void ipc_get_workspaces(struct swaybar *bar);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue