summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-27 14:22:50 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-27 14:22:50 +1000
commit22a88aaa41a40af8157943edd3f01aaa4810bc1c (patch)
treeac789a078b95c41bf048c3e6f30594864e97e742 /modules/launcher
parentinternal: better colouriser (diff)
downloadcaelestia-shell-22a88aaa41a40af8157943edd3f01aaa4810bc1c.tar.gz
caelestia-shell-22a88aaa41a40af8157943edd3f01aaa4810bc1c.tar.bz2
caelestia-shell-22a88aaa41a40af8157943edd3f01aaa4810bc1c.zip
internal: use configDir -> shellDir
configDir is deprecated
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/services/Apps.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/services/Apps.qml b/modules/launcher/services/Apps.qml
index d561d15..bfa2f87 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.configDir}/assets/wrap_term_launch.sh`, ...entry.command],
+ command: ["app2unit", "--", "foot", `${Quickshell.shellDir}/assets/wrap_term_launch.sh`, ...entry.command],
workingDirectory: entry.workingDirectory
});
else