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