Add migrated alacritty.toml

This commit is contained in:
Travis Burtrum 2024-01-17 00:45:13 -05:00
parent ae1b55ba05
commit 88f3bbb3ad
Signed by: moparisthebest
GPG Key ID: 88C93BFE27BC8229

26
alacritty/alacritty.toml Normal file
View File

@ -0,0 +1,26 @@
[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