dotfiles/alacritty/alacritty.toml

27 lines
413 B
TOML
Raw Permalink Normal View History

2024-01-17 00:45:13 -05:00
[font]
size = 10.0
[font.normal]
# it's one of these depending on machine ????
family = "JetBrains Mono NF"
# family = "JetBrains Mono Nerd Font"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "F5"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "F6"
[[keyboard.bindings]]
action = "ResetFontSize"
key = "F7"
[selection]
save_to_clipboard = true
[window]
decorations = "none"
opacity = 0.8