summaryrefslogtreecommitdiff
path: root/config/GeneralConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/GeneralConfig.qml')
-rw-r--r--config/GeneralConfig.qml10
1 files changed, 10 insertions, 0 deletions
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<string> terminal: ["foot"]
+ property list<string> audio: ["pavucontrol"]
+ }
+}