We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f1438 commit 4a7b882Copy full SHA for 4a7b882
config/alacritty/alacritty.toml
@@ -1,3 +1,4 @@
1
+[general]
2
import = [
3
"~/.config/alacritty/rose-pine.toml",
4
"~/.config/alacritty/os.toml", # NB: symlinked to linux.toml or macos.toml via justfile
@@ -18,10 +19,9 @@ style = "Italic"
18
19
family = "Inconsolata Nerd Font Mono"
20
style = "Regular"
21
-[shell]
22
+[terminal]
23
# start zellij with a small sleep to ensure it gets right dimensions
-args = ["-ic", "sleep 0.2 && zellij -l compact"]
24
-program = "zsh"
+shell = { program = "zsh", args = ["-ic", "sleep 0.2 && zellij -l compact"] }
25
26
[window]
27
opacity = 0.8
0 commit comments