add config option for smartTray

This commit is contained in:
Yosuke Nishiyama
2025-10-20 18:38:45 +01:00
committed by GitHub
parent 54b4dd7818
commit 8bf59faf66
2 changed files with 5 additions and 2 deletions
@@ -219,6 +219,7 @@ Singleton {
property bool showItemId: false
property bool invertPinnedItems: true // Makes the below a whitelist for the tray and blacklist for the pinned area
property list<string> pinnedItems: [ ]
property boot smartTray: true // Filter passive tray icons or not
}
property JsonObject workspaces: JsonObject {
property bool monochromeIcons: true