mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
Revert "Add workspace {prev,next}_on_output --create"
This reverts commit 487c83f0de.
The --create flag is undocumented, not in i3, and at least partially
broken (#5913), so this removes the feature.
This commit is contained in:
parent
dbc326ba84
commit
c0c4e260c4
3 changed files with 14 additions and 33 deletions
|
|
@ -69,13 +69,11 @@ struct sway_workspace *workspace_by_number(const char* name);
|
|||
|
||||
struct sway_workspace *workspace_by_name(const char*);
|
||||
|
||||
struct sway_workspace *workspace_output_next(
|
||||
struct sway_workspace *current, bool create);
|
||||
struct sway_workspace *workspace_output_next(struct sway_workspace *current);
|
||||
|
||||
struct sway_workspace *workspace_next(struct sway_workspace *current);
|
||||
|
||||
struct sway_workspace *workspace_output_prev(
|
||||
struct sway_workspace *current, bool create);
|
||||
struct sway_workspace *workspace_output_prev(struct sway_workspace *current);
|
||||
|
||||
struct sway_workspace *workspace_prev(struct sway_workspace *current);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue