mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
48 lines
694 B
TOML
48 lines
694 B
TOML
[font]
|
|
size = 11.0
|
|
|
|
[font.bold]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Bold Italic"
|
|
|
|
[font.italic]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Regular"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|
|
|
[window]
|
|
decorations = "none"
|
|
dynamic_title = true
|
|
startup_mode = "Maximized"
|
|
|
|
[window.dimensions]
|
|
columns = 80
|
|
lines = 24
|
|
|
|
[window.padding]
|
|
x = 2
|
|
y = 2
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[general]
|
|
live_config_reload = true
|
|
import = [
|
|
"~/.config/alacritty/themes/gruvbox_material.toml"
|
|
]
|