diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/launcher.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/launcher.tsx b/src/modules/launcher.tsx index e3d3463..aeb7156 100644 --- a/src/modules/launcher.tsx +++ b/src/modules/launcher.tsx @@ -527,7 +527,7 @@ const Results = ({ entry, mode }: { entry: Widget.Entry; mode: Variable<Mode> }) c => c.class === "Todoist" ); if (client) client.focus(); - else Gio.DesktopAppInfo.new("todoist.desktop")?.launch([], null); + else execAsync("uwsm app -- todoist").catch(console.error); }, }, }); |