summaryrefslogtreecommitdiff
path: root/home/xyz/.config/alacritty/alacritty.toml
blob: 42945ad05779339dab0c80ce4ddf0759e63f4e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[cursor]
vi_mode_style = "Block"

# 1. when set TERM use alacritty on windows, syntax is very bad
# 2. need to set xterm-256color if want ls show color when use ssh
[env]
TERM = "xterm-256color"

[font]
size = 8.0

# for cataclysm dda game, use this font, kinda square font, recommended from web
# for .toml, all following three configs seem work
# https://toml.io/en/v1.0.0#inline-table

#normal.family = "White Rabbit"

#normal = { family = "White Rabbit" }

#[font.normal]
#family = "White Rabbit"

[window]
dynamic_padding = true