summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/GeneralConfig.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml
index 4e2a5fb..b9fa364 100644
--- a/config/GeneralConfig.qml
+++ b/config/GeneralConfig.qml
@@ -6,5 +6,7 @@ JsonObject {
component Apps: JsonObject {
property list<string> terminal: ["foot"]
property list<string> audio: ["pavucontrol"]
+ property list<string> playback: ["mpv"]
+ property list<string> explorer: ["thunar"]
}
}