diff options
| author | anders130 <93037023+anders130@users.noreply.github.com> | 2025-08-13 06:53:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-13 14:53:40 +1000 |
| commit | 775410393e2b27214f3b9711ee177aff06e03d84 (patch) | |
| tree | 5a76c85354542f17671a6335bce6da337b5b77d8 /config/BarConfig.qml | |
| parent | bar: allow hiding items and reordering (#379) (diff) | |
| download | caelestia-shell-775410393e2b27214f3b9711ee177aff06e03d84.tar.gz caelestia-shell-775410393e2b27214f3b9711ee177aff06e03d84.tar.bz2 caelestia-shell-775410393e2b27214f3b9711ee177aff06e03d84.zip | |
bar: per-monitor workspaces option (#394)
NOTE: option is true by default, which is a breaking change
* feat(bar): add per-monitor workspace state
* fix(bar): correct active workspace indicator
* feat(bar): make per-monitor workspaces toggleable
* fixes
* more fixes
* perMonitorWorkspaces default true + add to readme
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
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: " " |