diff options
Diffstat (limited to 'modules/launcher/services')
| -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 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 |