Alacritty: upgrade config headings

This commit is contained in:
Akemi Izuko 2024-10-27 22:47:50 -06:00
parent d0bea6a639
commit 2678e52302
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -1,6 +1,7 @@
import = ["~/.config/alacritty/themes/base16-gruvbox-dark-pale.toml"]
[general]
live_config_reload = true
working_directory = "None"
import = ["~/.config/alacritty/themes/base16-gruvbox-dark-pale.toml"]
[bell]
command = "None"
@ -41,7 +42,7 @@ size = 11.5
[font.glyph_offset]
x = 0
y = 1
y = 0
[font.normal]
family = "MesloLGM Nerd Font"
@ -101,7 +102,7 @@ multiplier = 1
[selection]
save_to_clipboard = true
[shell]
[terminal.shell]
args = ["--login"]
program = "/bin/bash"