diff options
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.toml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..a38e75b --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,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" |