summaryrefslogtreecommitdiff
path: root/src/modules/launcher/modes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/launcher/modes.tsx')
-rw-r--r--src/modules/launcher/modes.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/launcher/modes.tsx b/src/modules/launcher/modes.tsx
index fd9569b..e278779 100644
--- a/src/modules/launcher/modes.tsx
+++ b/src/modules/launcher/modes.tsx
@@ -41,7 +41,7 @@ const FileResult = ({ path }: { path: string }) => (
execAsync([
"bash",
"-c",
- `dbus-send --session --dest=org.freedesktop.FileManager1 --type=method_call /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems array:string:"file://${path}" string:"" || xdg-open "${path}"`,
+ `dbus-send --session --dest=org.freedesktop.FileManager1 --type=method_call /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems array:string:'file://${path}' string:'' || app2unit -O '${path}'`,
]).catch(console.error);
close();
}}