From bd6c0721fcf01336b2894cc0ffa743237d8beb49 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sun, 21 Jul 2024 19:48:29 -0600 Subject: [PATCH] Config for pop-up terminal --- alacritty/grave.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/alacritty/grave.toml b/alacritty/grave.toml index 8a8124eed..4c136d423 100644 --- a/alacritty/grave.toml +++ b/alacritty/grave.toml @@ -25,7 +25,7 @@ background = "#282828" foreground = "#EBDBB2" [env] -TERM_TITLE = "Alacritty (Debian)" +TERM_TITLE = "Alacritty (Grave)" [font] size = 11.0 @@ -47,10 +47,11 @@ family = "Anonymice Nerd Font" style = "Regular" [shell] -program = "/bin/bash" +args = ["enter", "fedora"] +program = "/usr/bin/distrobox" [window] -title = "Alacritty - Grave (Host)" +title = "Alacritty - Fedora (Grave)" [window.class] general = "Alacritty-grave"