Created
March 4, 2025 07:00
-
-
Save wwwins/8c7a60046e0ece1a31ca908839f3277e to your computer and use it in GitHub Desktop.
alacritty config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[general] | |
#import = ["~/.config/alacritty/tomorrow_night_bright.toml"] | |
[window] | |
startup_mode = "Maximized" | |
decorations = "Buttonless" | |
[scrolling] | |
history = 10000 | |
[font] | |
normal = { family = "MesloLGS NF", style = "Regular" } | |
size = 21.0 | |
[selection] | |
save_to_clipboard = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment