36 lines
592 B
TOML
36 lines
592 B
TOML
import = [
|
|
"~/.config/alacritty/catppuccin-mocha.toml"
|
|
]
|
|
|
|
[window]
|
|
decorations = "None"
|
|
dynamic_padding = false
|
|
opacity = 0.8
|
|
startup_mode = "Windowed"
|
|
dynamic_title = true
|
|
|
|
[font]
|
|
size = 11.0
|
|
|
|
[font.bold]
|
|
family = "Hack Nerd Font"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "Hack Nerd Font"
|
|
style = "Bold Italic"
|
|
|
|
[font.italic]
|
|
family = "Hack Nerd Font"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "Hack Nerd Font"
|
|
style = "Regular"
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "Return", mods = "Control|Shift", action = "SpawnNewInstance" } #ctrl + shift + enter = open new instance in same dir
|
|
]
|
|
|