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 0067bce..86c2a40 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -68,6 +68,7 @@ JsonObject { property string occupiedLabel: "" property string activeLabel: "" property string capitalisation: "preserve" // upper, lower, or preserve - relevant only if label is empty + property list<var> specialWorkspaceIcons: [] } component Tray: JsonObject { |