From 7e39f0a34fbc051176e22e48f185b7ba72d2e66d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:59:05 +0200 Subject: [PATCH] bar: make tray items pinned by default --- .config/quickshell/ii/modules/common/Config.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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