diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-02 17:09:55 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-02 17:09:55 +1000 |
| commit | 6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4 (patch) | |
| tree | 15e6b281d09c3ec452084348459e0980334a822f /config/BarConfig.qml | |
| parent | dashboard: better no media (diff) | |
| download | caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.tar.gz caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.tar.bz2 caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.zip | |
config: add apps config
Closes #318 and #305
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 4801f1a..498b2f5 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -4,7 +4,6 @@ JsonObject { property bool persistent: true property bool showOnHover: true property int dragThreshold: 20 - property list<string> externalAudioProgram: ["pavucontrol"] property Workspaces workspaces: Workspaces {} property Status status: Status {} property Sizes sizes: Sizes {} |