Revert "fix(ghostty): add cairo wrapper and make it the default terminal"
This reverts commit 2e58a2d4ad.
This commit is contained in:
parent
2e58a2d4ad
commit
a59facdb0a
5 changed files with 8 additions and 17 deletions
|
|
@ -29,7 +29,7 @@ let
|
|||
name = "com.mitchellh.ghostty";
|
||||
desktopName = "Terminal";
|
||||
genericName = "Terminal Emulator";
|
||||
exec = "ghostty-cairo";
|
||||
exec = "ghostty";
|
||||
icon = "com.mitchellh.ghostty";
|
||||
categories = [
|
||||
"System"
|
||||
|
|
@ -37,7 +37,7 @@ let
|
|||
"Utility"
|
||||
];
|
||||
terminal = false;
|
||||
comment = "Terminal (Cairo renderer fallback)";
|
||||
comment = "Fast GPU-accelerated terminal";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue