Update alacritty config
This commit is contained in:
parent
2001d7c134
commit
c2b4d218e1
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,8 @@ padding = { x = 5, y = 5}
|
||||||
opacity = 0.95
|
opacity = 0.95
|
||||||
blur = true
|
blur = true
|
||||||
|
|
||||||
[shell]
|
[terminal.shell]
|
||||||
program = "/usr/bin/tmux"
|
program = "/usr/bin/fish"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 13.0
|
size = 13.0
|
||||||
|
@ -25,5 +25,7 @@ style = "Italic"
|
||||||
family = "Hack"
|
family = "Hack"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue