mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
sway: enable workspace selection by number
This commit is contained in:
parent
89341c0c70
commit
8f1ac1ef2c
3 changed files with 34 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ extern char *prev_workspace_name;
|
|||
char *workspace_next_name(void);
|
||||
swayc_t *workspace_create(const char*);
|
||||
swayc_t *workspace_by_name(const char*);
|
||||
swayc_t *workspace_by_number(const char*);
|
||||
bool workspace_switch(swayc_t*);
|
||||
swayc_t *workspace_output_next();
|
||||
swayc_t *workspace_next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue