[general] import = [ "~/.config/alacritty/carbonfox.toml" ] [colors.primary] background = "#000000" [cursor.style] blinking = "Always" shape = "Block" [font] size = 33.0 builtin_box_drawing = true [font.bold] family = "Myna" style = "Bold" [font.bold_italic] family = "Myna" style = "Bold Italic" [font.italic] family = "Myna" style = "Italic" [font.normal] family = "Myna" style = "Regular" [scrolling] history = 100000 [selection] save_to_clipboard = true semantic_escape_chars = ",│`|:\"' ()[]{}<>\t" [window] decorations = "none" dynamic_title = true opacity = 1.0 startup_mode = "Maximized" [keyboard] bindings = [ { key="W", mods="Command", action="None" } ]