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:
Daniel Eklöf 2020-12-08 19:03:30 +01:00
parent 45d9dbcb34
commit 20df360937
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 54 additions and 13 deletions

View file

@ -16,6 +16,10 @@
(https://codeberg.org/dnkl/yambar/issues/11).
* mpd: `volume` tag. This is a range tag that represents MPD's current
volume in percentage (0-100)
* i3: `sort` configuration option, that controls how the workspace
list is sorted. Can be set to one of `none`, `ascending` or
`descending`. Default is `none`
(https://codeberg.org/dnkl/yambar/issues/17).
### Deprecated