Added in workspace next/prev and workspace output_next/prev

This commit is contained in:
Luminarys 2015-08-16 14:50:01 -05:00
parent 5ff71c2d5c
commit 0a0fe18fd6
3 changed files with 114 additions and 0 deletions

View file

@ -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