diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index 0365fa831..dc20e9195 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -174,8 +174,8 @@ Singleton { property JsonObject tray: JsonObject { property bool monochromeIcons: true property bool showItemId: false - property bool invertPinnedItems: false // Makes the below a whitelist for the tray and blacklist for the pinned area - property list pinnedItems: [ "Fcitx" ] + property bool invertPinnedItems: true // Makes the below a whitelist for the tray and blacklist for the pinned area + property list pinnedItems: [ ] } property JsonObject workspaces: JsonObject { property bool monochromeIcons: true