diff options
| author | sweenu <contact@sweenu.xyz> | 2025-09-01 12:58:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 20:58:04 +1000 |
| commit | 42f0f317ca047142e62d3a05e4d66b852ad64dba (patch) | |
| tree | ff0e20c26d35ff6866199699400c76c2d67ce3af /config | |
| parent | dashboard/media: slightly improve media seeking (diff) | |
| download | caelestia-shell-42f0f317ca047142e62d3a05e4d66b852ad64dba.tar.gz caelestia-shell-42f0f317ca047142e62d3a05e4d66b852ad64dba.tar.bz2 caelestia-shell-42f0f317ca047142e62d3a05e4d66b852ad64dba.zip | |
bar/workspaces: different `showWindows` option for special ws (#544)
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: " " |