1
0
Fork 0
forked from wry/wry

output: use natural sort for workspace ordering

Fixes: https://github.com/mahkoh/jay/issues/843
This commit is contained in:
llyyr 2026-03-30 19:55:29 +05:30
parent 24293a53e7
commit a71e97ce4e
5 changed files with 13 additions and 4 deletions

View file

@ -5609,7 +5609,7 @@ The string should have one of the following values:
- `sorted`:
Workspaces are sorted alphabetically and cannot be manually dragged.
Workspaces are sorted using natural ordering and cannot be manually dragged.

View file

@ -4533,7 +4533,7 @@ WorkspaceDisplayOrder:
- value: manual
description: Workspaces are not sorted and can be manually dragged.
- value: sorted
description: Workspaces are sorted alphabetically and cannot be manually dragged.
description: Workspaces are sorted using natural ordering and cannot be manually dragged.
BlendSpace: