feat: alacritty - do not show title bar & window title

This commit is contained in:
Ryan Yin
2025-06-09 23:52:59 +08:00
parent a86789c5b8
commit de1513587a

View File

@@ -37,6 +37,7 @@
startup_mode = "Maximized"; # Maximized window
dynamic_title = true;
option_as_alt = "Both"; # Option key acts as Alt on macOS
decorations = "None"; # Show neither borders nor title bar
};
scrolling = {
history = 10000;