diff options
Diffstat (limited to 'config/GeneralConfig.qml')
| -rw-r--r-- | config/GeneralConfig.qml | 2 |
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"] } } |