mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 16:25:39 +02:00
module/i3: add option ‘sort’
Possible values: none, ascending, descending. Sorts the workspace list accordingly. The default value is ‘none’.
This commit is contained in:
parent
45d9dbcb34
commit
20df360937
3 changed files with 54 additions and 13 deletions
|
@ -374,6 +374,10 @@ with the _application_ and _title_ tags to replace the X11-only
|
|||
: Unlike other modules, _content_ is an associative array mapping
|
||||
workspace names to particles. Use *""* to specify a default
|
||||
fallback particle, or *current* for the currently active workspace.
|
||||
| sort
|
||||
: enum
|
||||
: no
|
||||
: How to sort the list of workspaces; one of _none_, _ascending_ or _descending_, defaults to _none_.
|
||||
| left-spacing
|
||||
: int
|
||||
: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue