35 lines
428 B
TOML
35 lines
428 B
TOML
[font]
|
|
size = 10.5
|
|
|
|
[font.normal]
|
|
family = "ComicMono Nerd Font"
|
|
style = "Regular"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = -1
|
|
|
|
[scrolling]
|
|
history = 10000
|
|
multiplier = 3
|
|
|
|
[window]
|
|
decorations = "none"
|
|
dynamic_padding = true
|
|
dynamic_title = true
|
|
opacity = 0.7
|
|
startup_mode = "Windowed"
|
|
title = "Alacritty"
|
|
|
|
[window.class]
|
|
general = "Alacritty"
|
|
instance = "Alacritty"
|
|
|
|
[window.dimensions]
|
|
columns = 66
|
|
lines = 20
|
|
|
|
[window.padding]
|
|
x = 10
|
|
y = 10
|