feat: hyprland workspaces add sort-by

This commit is contained in:
Austin Horstman
2023-09-08 22:24:28 -05:00
parent 587bd0cd62
commit cbc12e5443
3 changed files with 53 additions and 27 deletions

View File

@ -36,6 +36,14 @@ Addressed by *hyprland/workspaces*
default: false ++
If set to true, only the active workspace will be shown.
*sort-by*: ++
typeof: string ++
default: "default" ++
If set to number, workspaces will sort by number.
If set to name, workspaces will sort by name.
If set to id, workspaces will sort by id.
If none of those, workspaces will sort with default behavior.
# FORMAT REPLACEMENTS
*{id}*: id of workspace assigned by compositor