diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-02 17:09:55 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-02 17:09:55 +1000 |
| commit | 6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4 (patch) | |
| tree | 15e6b281d09c3ec452084348459e0980334a822f /modules/launcher/services/Apps.qml | |
| parent | dashboard: better no media (diff) | |
| download | caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.tar.gz caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.tar.bz2 caelestia-shell-6fe2903d750a26b9a0a9cf965b11ecc0f7ab4df4.zip | |
config: add apps config
Closes #318 and #305
Diffstat (limited to 'modules/launcher/services/Apps.qml')
| -rw-r--r-- | modules/launcher/services/Apps.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/services/Apps.qml b/modules/launcher/services/Apps.qml index bfa2f87..b6999fd 100644 --- a/modules/launcher/services/Apps.qml +++ b/modules/launcher/services/Apps.qml @@ -13,7 +13,7 @@ Searcher { function launch(entry: DesktopEntry): void { if (entry.runInTerminal) Quickshell.execDetached({ - command: ["app2unit", "--", "foot", `${Quickshell.shellDir}/assets/wrap_term_launch.sh`, ...entry.command], + command: ["app2unit", "--", ...Config.general.apps.terminal, `${Quickshell.shellDir}/assets/wrap_term_launch.sh`, ...entry.command], workingDirectory: entry.workingDirectory }); else |