Skip to content

Commit

Permalink
alacritty: shell/import breaking changes migrate
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 29, 2024
1 parent 33f1438 commit 4a7b882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4a7b882

Please sign in to comment.