From 6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:09:55 +1000 Subject: config: add apps config Closes #318 and #305 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6ae452a..0771a5c 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,17 @@ All configuration options are in `~/.config/caelestia/shell.json`. ```json { + "general": { + "apps": { + "terminal": ["foot"], + "audio": ["pavucontrol"] + } + }, "background": { "enabled": true }, "bar": { "dragThreshold": 20, - "externalAudioProgram": ["pavucontrol"], "persistent": true, "showOnHover": true, "status": { -- cgit v1.2.3-freya