feature to limit the number of icons displayed

This commit is contained in:
mike b
2025-12-11 14:46:32 -05:00
parent 161367d961
commit 85aac3fee7
5 changed files with 50 additions and 19 deletions
+5
View File
@@ -75,6 +75,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: [] ++