mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
feat: alacritty - do not show title bar & window title
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
startup_mode = "Maximized"; # Maximized window
|
startup_mode = "Maximized"; # Maximized window
|
||||||
dynamic_title = true;
|
dynamic_title = true;
|
||||||
option_as_alt = "Both"; # Option key acts as Alt on macOS
|
option_as_alt = "Both"; # Option key acts as Alt on macOS
|
||||||
|
decorations = "None"; # Show neither borders nor title bar
|
||||||
};
|
};
|
||||||
scrolling = {
|
scrolling = {
|
||||||
history = 10000;
|
history = 10000;
|
||||||
|
|||||||
Reference in New Issue
Block a user