From aed36b160f3049e393f9a24b80ba6c8a5e9c558f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 4 Apr 2025 18:30:08 +1100 Subject: feat: uwsm app -> app2unit Also xdg-open -> app2unit --- src/modules/launcher/actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/launcher/actions.tsx') diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx index bdc99db..64f475a 100644 --- a/src/modules/launcher/actions.tsx +++ b/src/modules/launcher/actions.tsx @@ -149,7 +149,7 @@ const actions = (mode: Variable, entry: Widget.Entry): ActionMap => ({ View: () => { const client = AstalHyprland.get_default().clients.find(c => c.class === "Todoist"); if (client) client.focus(); - else execAsync("uwsm app -- todoist").catch(console.error); + else execAsync("app2unit -- todoist").catch(console.error); }, }, }); -- cgit v1.2.3-freya