From 797756c6609c06e959ad691bc57b0e301e07cc11 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:42:10 +1100 Subject: launcher: todo notif uwsm app Wasn't using it cause todoist desktop is broken with uwsm But command works so use that Also better app launch --- src/modules/launcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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 }) c => c.class === "Todoist" ); if (client) client.focus(); - else Gio.DesktopAppInfo.new("todoist.desktop")?.launch([], null); + else execAsync("uwsm app -- todoist").catch(console.error); }, }, }); -- cgit v1.2.3-freya