feat: adjust alacritty & kitty for macOS

This commit is contained in:
Ryan Yin
2023-07-31 10:32:56 +08:00
parent 26da19ba38
commit 66fa46afb6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -39,7 +39,7 @@
settings =
{
background_opacity = "0.95";
background_opacity = "0.93";
macos_option_as_alt = true; # Option key acts as Alt on macOS
scrollback_lines = 10000;
enable_audio_bell = false;
@@ -54,6 +54,6 @@
);
# macOS specific settings
darwinLaunchOptions = ["--start-as=fullscreen"];
darwinLaunchOptions = ["--start-as=maximized"];
};
}