28 lines
442 B
TOML
28 lines
442 B
TOML
import = ["/home/legrems/.config/alacritty/colors.toml", "/home/legrems/.config/alacritty/fonts.toml"]
|
|
live_config_reload = true
|
|
|
|
[cursor]
|
|
unfocused_hollow = false
|
|
|
|
[cursor.style]
|
|
blinking = "On"
|
|
shape = "Block"
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
WINIT_X11_SCALE_FACTOR = "1.0"
|
|
|
|
[window]
|
|
decorations = "full"
|
|
dynamic_title = true
|
|
opacity = 0.97
|
|
startup_mode = "Windowed"
|
|
|
|
[window.dimensions]
|
|
columns = 82
|
|
lines = 24
|
|
|
|
[window.padding]
|
|
x = 8
|
|
y = 8
|