From 4a7b882daad179f23c9ca873c14a613703d63c88 Mon Sep 17 00:00:00 2001 From: clux Date: Tue, 29 Oct 2024 11:35:11 +0000 Subject: [PATCH] alacritty: shell/import breaking changes migrate Signed-off-by: clux --- config/alacritty/alacritty.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml index 5ea5db1..1a051ac 100644 --- a/config/alacritty/alacritty.toml +++ b/config/alacritty/alacritty.toml @@ -1,3 +1,4 @@ +[general] import = [ "~/.config/alacritty/rose-pine.toml", "~/.config/alacritty/os.toml", # NB: symlinked to linux.toml or macos.toml via justfile @@ -18,10 +19,9 @@ style = "Italic" family = "Inconsolata Nerd Font Mono" style = "Regular" -[shell] +[terminal] # start zellij with a small sleep to ensure it gets right dimensions -args = ["-ic", "sleep 0.2 && zellij -l compact"] -program = "zsh" +shell = { program = "zsh", args = ["-ic", "sleep 0.2 && zellij -l compact"] } [window] opacity = 0.8