docs(workspaces): update for hyprland/new ordering option
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
> ⚠ **This module is currently only supported on Sway**
|
> ⚠ **This module is currently only supported on Sway and Hyprland**
|
||||||
|
|
||||||
Shows all current Sway workspaces. Clicking a workspace changes focus to it.
|
Shows all current workspaces. Clicking a workspace changes focus to it.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -8,10 +8,11 @@ Shows all current Sway workspaces. Clicking a workspace changes focus to it.
|
|||||||
|
|
||||||
> Type: `workspaces`
|
> Type: `workspaces`
|
||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
|----------------|-----------------------|---------|----------------------------------------------------------------------------------------------------------------------|
|
|----------------|---------------------------|----------------|----------------------------------------------------------------------------------------------------------------------|
|
||||||
| `name_map` | `Map<string, string>` | `{}` | A map of actual workspace names to their display labels. Workspaces use their actual name if not present in the map. |
|
| `name_map` | `Map<string, string>` | `{}` | A map of actual workspace names to their display labels. Workspaces use their actual name if not present in the map. |
|
||||||
| `all_monitors` | `boolean` | `false` | Whether to display workspaces from all monitors. When `false`, only shows workspaces on the current monitor. |
|
| `all_monitors` | `boolean` | `false` | Whether to display workspaces from all monitors. When `false`, only shows workspaces on the current monitor. |
|
||||||
|
| `sort` | `added` or `alphanumeric` | `alphanumeric` | The method used for sorting workspaces. `added` always appends to the end, `alphanumeric` sorts by number/name. |
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>JSON</summary>
|
<summary>JSON</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user