Skip to content

Commit

Permalink
alacritty: test some optpions/alt usage for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jan 10, 2025
1 parent 631354b commit d78addf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions home/private_dot_config/alacritty/private_alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
[general]
live_config_reload = true
import = [
"~/.config/alacritty/tokyonight_storm.toml"
]
import = ["~/.config/alacritty/tokyonight_storm.toml"]

[font]
# fc-list | grep JetBrains
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
italic = { family = "JetBrainsMono Nerd Font", style = "Italic" }
bold= { family = "JetBrainsMono Nerd Font", style = "Bold" }
bold = { family = "JetBrainsMono Nerd Font", style = "Bold" }
size = 15.0

[terminal]
[terminal.shell]
program = "/opt/homebrew/bin/fish"
args = [ "--interactive", "--login" ]
args = ["--interactive", "--login"]

[window]
option_as_alt = "OnlyRight"
padding = { x = 8, y = 2 }
dynamic_padding = true

0 comments on commit d78addf

Please sign in to comment.