diff --git a/modules/launcher/services/Apps.qml b/modules/launcher/services/Apps.qml index e459c31..269ee8a 100644 --- a/modules/launcher/services/Apps.qml +++ b/modules/launcher/services/Apps.qml @@ -10,7 +10,7 @@ FuzzySearch { function launch(entry: DesktopEntry): void { if (entry.runInTerminal) Quickshell.execDetached({ - command: ["app2unit", "--", "kitty", "exec", ...entry.command], + command: ["app2unit", "--", "alacritty", "exec", ...entry.command], workingDirectory: entry.workingDirectory }); else