You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`name_map`|`Map<string, string or image>`|`{}`| A map of actual workspace names to their display labels/images. Workspaces use their actual name if not present in the map. See [here](images) for information on images. |
14
-
|`favorites`|`Map<string, string[]>` or `string[]`|`[]`| Workspaces to always show. This can be for all monitors, or a map to set per monitor. |
15
-
|`hidden`|`string[]`|`[]`| A list of workspace names to never show |
16
-
|`icon_size`|`integer`|`32`| Size to render icon at (image icons only). |
17
-
|`all_monitors`|`boolean`|`false`| Whether to display workspaces from all monitors. When `false`, only shows workspaces on the current monitor. |
18
-
|`sort`|`'added'` or `'alphanumeric'`|`alphanumeric`| The method used for sorting workspaces. `added` always appends to the end, `alphanumeric` sorts by number/name. |
|`name_map`|`Map<string, string or image>`|`{}`| A map of actual workspace names to their display labels/images. Workspaces use their actual name if not present in the map. See [here](images) for information on images. |
14
+
|`favorites`|`Map<string, string[]>` or `string[]`|`[]`| Workspaces to always show. This can be for all monitors, or a map to set per monitor. |
15
+
|`hidden`|`string[]`|`[]`| A list of workspace names to never show |
16
+
|`icon_size`|`integer`|`32`| Size to render icon at (image icons only). |
17
+
|`all_monitors`|`boolean`|`false`| Whether to display workspaces from all monitors. When `false`, only shows workspaces on the current monitor. |
18
+
|`sort`|`'added'` or `'label'`or `'name'`|`label`| The method used for sorting workspaces. `added` always appends to the end, `label` sorts by displayed value, and `name` sorts by workspace name.|
0 commit comments