Update home/.config/alacritty/alacritty.toml
This commit is contained in:
parent
b5194cce1d
commit
e5cd87b26a
@ -1,6 +1,3 @@
|
|||||||
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
|
|
||||||
live_config_reload = true
|
|
||||||
|
|
||||||
[cursor.style]
|
[cursor.style]
|
||||||
blinking = "On"
|
blinking = "On"
|
||||||
shape = "Beam"
|
shape = "Beam"
|
||||||
@ -24,7 +21,7 @@ style = "Italic"
|
|||||||
family = "JetBrainsMono Nerd Font"
|
family = "JetBrainsMono Nerd Font"
|
||||||
style = "Bold Italic"
|
style = "Bold Italic"
|
||||||
|
|
||||||
[shell]
|
[terminal.shell]
|
||||||
program = "/bin/zsh"
|
program = "/bin/zsh"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
@ -38,3 +35,9 @@ title = "Alacritty"
|
|||||||
bindings = [
|
bindings = [
|
||||||
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
|
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
import = ["/home/jeff/.config/alacritty/themes/onedarkpro.toml"]
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
Loading…
Reference in New Issue
Block a user