diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-12 12:47:22 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:36:42 -0500 |
| commit | e16a918db744c538fc69a3a463609780f9b0ea89 (patch) | |
| tree | af2637c92922cbb9920f79a0e823e6ae3952f425 /config/BarConfig.qml | |
| parent | remove default paths (diff) | |
| download | caelestia-shell-e16a918db744c538fc69a3a463609780f9b0ea89.tar.gz caelestia-shell-e16a918db744c538fc69a3a463609780f9b0ea89.tar.bz2 caelestia-shell-e16a918db744c538fc69a3a463609780f9b0ea89.zip | |
refactor workspace functionality (real per monitor workspaces)
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index cf33fd2..c9c9f1f 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -66,18 +66,7 @@ JsonObject { } component Workspaces: JsonObject { - property int shown: 5 - 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: " " // if empty, will show workspace name's first letter - 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 ActiveWindow: JsonObject { |