Files
dotfiles/.config/alacritty/alacritty.toml
T
2025-04-29 19:33:48 +02:00

29 lines
347 B
TOML

[general]
import = ["one_dark.toml"]
[font]
size = 12
[font.normal]
family = "Iosevka Custom"
style = "Regular"
[mouse]
hide_when_typing = true
[terminal.shell]
program = "zsh"
[window]
decorations = "Full"
dynamic_padding = false
dynamic_title = false
title = "Terminal"
[window.dimensions]
columns = 179
lines = 60
[window.padding]
x = 3