Config for pop-up terminal
This commit is contained in:
parent
65184c457d
commit
bd6c0721fc
|
@ -25,7 +25,7 @@ background = "#282828"
|
||||||
foreground = "#EBDBB2"
|
foreground = "#EBDBB2"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM_TITLE = "Alacritty (Debian)"
|
TERM_TITLE = "Alacritty (Grave)"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 11.0
|
size = 11.0
|
||||||
|
@ -47,10 +47,11 @@ family = "Anonymice Nerd Font"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
program = "/bin/bash"
|
args = ["enter", "fedora"]
|
||||||
|
program = "/usr/bin/distrobox"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
title = "Alacritty - Grave (Host)"
|
title = "Alacritty - Fedora (Grave)"
|
||||||
|
|
||||||
[window.class]
|
[window.class]
|
||||||
general = "Alacritty-grave"
|
general = "Alacritty-grave"
|
||||||
|
|
Loading…
Reference in New Issue