summaryrefslogtreecommitdiff
path: root/modules/launcher/services/Apps.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/services/Apps.qml')
-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 c409a7b..79f3754 100644
--- a/modules/launcher/services/Apps.qml
+++ b/modules/launcher/services/Apps.qml
@@ -13,7 +13,7 @@ Searcher {
if (entry.runInTerminal)
Quickshell.execDetached({
- command: ["app2unit", "--", ...Config.general.apps.terminal, `${Quickshell.shellDir}/assets/wrap_term_launch.sh`, ...entry.command],
+ command: ["app2unit", "--", ...Config.general.apps.terminal, ...entry.command],
workingDirectory: entry.workingDirectory
});
else