aboutsummaryrefslogtreecommitdiffstats
path: root/.config/alacritty/alacritty.toml
blob: a38e75bec45d8204eceb109e88a4c3a7b95757b5 (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
25
26
27
28
29
30
31
32
33
live_config_reload = true

[colors]
    draw_bold_text_with_bright_colors = true

[font]
size = 14.0

[font.normal]
family = "Iosevka"
style = "Regular"

#[render]
#antialiasing = "subpixel"

[window]
decorations = "Full"
opacity = 0.1

[env]
    TERM = "xterm-256color"

[scrolling]
    history    = 10000
    multiplier = 4

[selection]
    save_to_clipboard     = true
    semantic_escape_chars = ",│`|:\"' ()[]{}<>"

[shell]
    program = "/gnu/store/cxfv03z99f8gkxqzhq56h526y2lb4ymr-profile/bin/fish"