diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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: " " |