Skip to content

Commit 4a7b882

Browse files
committed
alacritty: shell/import breaking changes migrate
Signed-off-by: clux <[email protected]>
1 parent 33f1438 commit 4a7b882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/alacritty/alacritty.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[general]
12
import = [
23
"~/.config/alacritty/rose-pine.toml",
34
"~/.config/alacritty/os.toml", # NB: symlinked to linux.toml or macos.toml via justfile
@@ -18,10 +19,9 @@ style = "Italic"
1819
family = "Inconsolata Nerd Font Mono"
1920
style = "Regular"
2021

21-
[shell]
22+
[terminal]
2223
# start zellij with a small sleep to ensure it gets right dimensions
23-
args = ["-ic", "sleep 0.2 && zellij -l compact"]
24-
program = "zsh"
24+
shell = { program = "zsh", args = ["-ic", "sleep 0.2 && zellij -l compact"] }
2525

2626
[window]
2727
opacity = 0.8

0 commit comments

Comments
 (0)