Merge pull request #4694 from whymusticode/max-icons

feat(hyprland/workspaces): add deduplication and max-icons option to workspace-taskbar
This commit is contained in:
Alexis Rouillard
2026-07-04 00:55:34 +02:00
committed by GitHub
5 changed files with 56 additions and 27 deletions
+5
View File
@@ -88,6 +88,11 @@ This setting is ignored if *workspace-taskbar.enable* is set to true.
default: 16 ++
Size of the icons in the workspace taskbar.
*max-icons*: ++
typeof: int ++
default: 0 (unlimited) ++
Maximum number of icons to show per workspace. When set, duplicate icons (windows with the same class) are removed first, then the list is trimmed to this limit. Set to 0 for unlimited icons.
*icon-theme*: ++
typeof: string | array ++
default: [] ++