Added in workspace back_and_forth

This commit is contained in:
Luminarys 2015-08-30 19:59:14 -05:00
parent 7fbb8b785e
commit fe2ec8a676
3 changed files with 24 additions and 4 deletions

View file

@ -5,6 +5,8 @@
#include "list.h"
#include "layout.h"
extern char *prev_workspace_name;
char *workspace_next_name(void);
swayc_t *workspace_create(const char*);
swayc_t *workspace_by_name(const char*);