mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Revert "new_workspace null behavior + testmap functions + regex"
This reverts commit e1d18e42a8.
Fixes #180
cc @taiyu-len
This commit is contained in:
parent
9c8f1fb964
commit
e505abfe75
12 changed files with 374 additions and 585 deletions
|
|
@ -7,17 +7,13 @@
|
|||
|
||||
extern char *prev_workspace_name;
|
||||
|
||||
// Search for available workspace name on output from config
|
||||
const char *workspace_output_open_name(swayc_t *output);
|
||||
// Search for any available workspace name
|
||||
const char *workspace_next_name(void);
|
||||
|
||||
|
||||
char *workspace_next_name(void);
|
||||
swayc_t *workspace_create(const char*);
|
||||
swayc_t *workspace_by_name(const char*);
|
||||
void workspace_switch(swayc_t*);
|
||||
swayc_t *workspace_output_next(void);
|
||||
swayc_t *workspace_next(void);
|
||||
swayc_t *workspace_output_prev(void);
|
||||
swayc_t *workspace_prev(void);
|
||||
swayc_t *workspace_output_next();
|
||||
swayc_t *workspace_next();
|
||||
swayc_t *workspace_output_prev();
|
||||
swayc_t *workspace_prev();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue