alacritty
This commit is contained in:
parent
0ccb3f19f6
commit
24930ef2e0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ FuzzySearch {
|
||||||
function launch(entry: DesktopEntry): void {
|
function launch(entry: DesktopEntry): void {
|
||||||
if (entry.runInTerminal)
|
if (entry.runInTerminal)
|
||||||
Quickshell.execDetached({
|
Quickshell.execDetached({
|
||||||
command: ["app2unit", "--", "kitty", "exec", ...entry.command],
|
command: ["app2unit", "--", "alacritty", "exec", ...entry.command],
|
||||||
workingDirectory: entry.workingDirectory
|
workingDirectory: entry.workingDirectory
|
||||||
});
|
});
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue