32 lines
683 B
TOML
32 lines
683 B
TOML
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/4476603948404nms0i6vr3zd5b98ac0d-profile/bin/fish" |