From 42f0f317ca047142e62d3a05e4d66b852ad64dba Mon Sep 17 00:00:00 2001 From: sweenu Date: Mon, 1 Sep 2025 12:58:04 +0200 Subject: bar/workspaces: different `showWindows` option for special ws (#544) --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index a4a87ec..b8d83e6 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -58,6 +58,7 @@ JsonObject { property bool activeIndicator: true property bool occupiedBg: false property bool showWindows: true + property bool showWindowsOnSpecialWorkspaces: showWindows property bool activeTrail: false property bool perMonitorWorkspaces: true property string label: " " -- cgit v1.2.3-freya