arch/private_dot_config/alacritty/alacritty.toml

28 lines
594 B
TOML

general.import = ["~/.config/omarchy/current/theme/alacritty.toml"]
[terminal.shell]
program = "/usr/bin/fish"
args = ["--login"]
[env]
TERM = "xterm-256color"
[font]
normal = { family = "JetBrainsMonoNL Nerd Font" }
bold = { family = "JetBrainsMonoNL Nerd Font" }
italic = { family = "JetBrainsMonoNL Nerd Font" }
size = 9
[window]
padding.x = 14
padding.y = 14
decorations = "None"
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" },
]
[terminal]