mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Added in workspace next/prev and workspace output_next/prev
This commit is contained in:
parent
5ff71c2d5c
commit
0a0fe18fd6
3 changed files with 114 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ char *workspace_next_name(void);
|
|||
swayc_t *workspace_create(const char*);
|
||||
swayc_t *workspace_find_by_name(const char*);
|
||||
void workspace_switch(swayc_t*);
|
||||
void workspace_output_next();
|
||||
void workspace_next();
|
||||
void workspace_output_prev();
|
||||
void workspace_prev();
|
||||
void layout_log(const swayc_t *c, int depth);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue