mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-26 01:19:42 +02:00
feat: adjust alacritty & kitty for macOS
This commit is contained in:
@@ -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"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user