Alacritty: upgrade config headings
This commit is contained in:
parent
d0bea6a639
commit
2678e52302
|
@ -1,6 +1,7 @@
|
||||||
import = ["~/.config/alacritty/themes/base16-gruvbox-dark-pale.toml"]
|
[general]
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
working_directory = "None"
|
working_directory = "None"
|
||||||
|
import = ["~/.config/alacritty/themes/base16-gruvbox-dark-pale.toml"]
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
command = "None"
|
command = "None"
|
||||||
|
@ -41,7 +42,7 @@ size = 11.5
|
||||||
|
|
||||||
[font.glyph_offset]
|
[font.glyph_offset]
|
||||||
x = 0
|
x = 0
|
||||||
y = 1
|
y = 0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "MesloLGM Nerd Font"
|
family = "MesloLGM Nerd Font"
|
||||||
|
@ -101,7 +102,7 @@ multiplier = 1
|
||||||
[selection]
|
[selection]
|
||||||
save_to_clipboard = true
|
save_to_clipboard = true
|
||||||
|
|
||||||
[shell]
|
[terminal.shell]
|
||||||
args = ["--login"]
|
args = ["--login"]
|
||||||
program = "/bin/bash"
|
program = "/bin/bash"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue