docs: update books for workspace dispaly order sorting algorithm change
This commit is contained in:
parent
a71e97ce4e
commit
ca939f13a6
2 changed files with 3 additions and 3 deletions
|
|
@ -198,7 +198,7 @@ appear in the bar:
|
|||
: Workspaces can be reordered by dragging (default)
|
||||
|
||||
`sorted`
|
||||
: Workspaces are displayed in alphabetical order
|
||||
: Workspaces are displayed using natural ordering.
|
||||
|
||||
```toml
|
||||
workspace-display-order = "sorted"
|
||||
|
|
|
|||
|
|
@ -99,8 +99,8 @@ modes:
|
|||
|
||||
- **manual** (default) -- workspaces appear in the order they were created and
|
||||
can be reordered by dragging their titles in the bar.
|
||||
- **sorted** -- workspaces are sorted alphabetically. Dragging to reorder is
|
||||
disabled.
|
||||
- **sorted** -- workspaces are sorted using natural ordering. Dragging to
|
||||
reorder is disabled.
|
||||
|
||||
Set the order in your configuration:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue