diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-14 16:59:19 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-14 16:59:19 +1000 |
| commit | 4b221e2fd5b7faf4747cff6c590b6ddc38870901 (patch) | |
| tree | 3041635aa0e94a7783410ccf76424143060fa605 /config | |
| parent | internal: close panels when fullscreen app (diff) | |
| download | caelestia-shell-4b221e2fd5b7faf4747cff6c590b6ddc38870901.tar.gz caelestia-shell-4b221e2fd5b7faf4747cff6c590b6ddc38870901.tar.bz2 caelestia-shell-4b221e2fd5b7faf4747cff6c590b6ddc38870901.zip | |
utilities: add recording control
Diffstat (limited to 'config')
| -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"] } } |