mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
bugfixes, renames
This commit is contained in:
parent
034358dbfd
commit
1a1ac64662
10 changed files with 187 additions and 148 deletions
|
|
@ -5,11 +5,9 @@
|
|||
#include "list.h"
|
||||
#include "layout.h"
|
||||
|
||||
extern swayc_t *active_workspace;
|
||||
|
||||
char *workspace_next_name(void);
|
||||
swayc_t *workspace_create(const char*);
|
||||
swayc_t *workspace_find_by_name(const char*);
|
||||
swayc_t *workspace_by_name(const char*);
|
||||
void workspace_switch(swayc_t*);
|
||||
void workspace_output_next();
|
||||
void workspace_next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue