diff options
Diffstat (limited to 'config/BarConfig.qml')
| -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 7ae4336..c685a9f 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -54,6 +54,7 @@ JsonObject { property bool occupiedBg: false property bool showWindows: true property bool activeTrail: false + property bool perMonitorWorkspaces: true property string label: " " property string occupiedLabel: " " property string activeLabel: " " |