dotfiles/alacritty/alacritty.toml

19 lines
584 B
TOML
Raw Normal View History

2024-10-13 20:20:44 +00:00
# man alacritty for program details
# man 5 alacritty for config details
2024-11-21 20:59:45 +00:00
general.import = [
# uncomment the flavour you want below:
# "~/.config/alacritty/catppuccin-latte.toml"
"~/.config/alacritty/catppuccin-frappe.toml"
# "~/.config/alacritty/catppuccin-macchiato.toml"
# "~/.config/alacritty/catppuccin-mocha.toml"
]
2024-10-13 20:20:44 +00:00
[env]
2024-11-21 20:59:45 +00:00
TERM = "xterm-256color" # Makes Alacritty work well with TMUX
2024-10-13 20:20:44 +00:00
[window]
2024-11-21 20:59:45 +00:00
decorations = "none" # Removes title bar on Linux
padding = { x = 10, y = 10 } # Adds padding around window
startup_mode = "Maximized" # Starts maximized