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 --- config/GeneralConfig.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/GeneralConfig.qml (limited to 'config/GeneralConfig.qml') diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml new file mode 100644 index 0000000..4e2a5fb --- /dev/null +++ b/config/GeneralConfig.qml @@ -0,0 +1,10 @@ +import Quickshell.Io + +JsonObject { + property Apps apps: Apps {} + + component Apps: JsonObject { + property list terminal: ["foot"] + property list audio: ["pavucontrol"] + } +} -- cgit v1.2.3-freya