alacritty
Alacritty is an ok performing alternative to urxvt. It lacks scrollabars which sucks. The configuration live reloading is nice.
Listing 1: ~/.config/alacritty/alacritty.toml
[window] decorations = "full" dynamic_title = true dimensions = {columns = 80, lines = 60 } [[keyboard.bindings]] action = "SpawnNewInstance" key = "`" mods = "Control" [general] live_config_reload = true [bell] duration = 0 [colors] draw_bold_text_with_bright_colors = true [colors.bright] black = "#666666" blue = "#819AFF" cyan = "#66D9EF" green = "#63DE5D" magenta = "#AE81FF" red = "#F92672" white = "#E8E8E2" yellow = "#FFBA68" [colors.cursor] cursor = "#E8E8E2" text = "#1B1D1E" [colors.normal] black = "#333333" blue = "#6A7EC8" cyan = "#56ADBC" green = "#2AD043" magenta = "#8C6BC8" red = "#C4265E" white = "#E3E3DD" yellow = "#FA9429" [colors.primary] background = "#1B1D1E" foreground = "#E8E8E2" [cursor] style = "block" thickness = 0.15 unfocused_hollow = true [font] size = 8 [font.bold] family = "Hack" style = "Bold" [font.bold_italic] family = "Hack" style = "Bold Italic" [font.italic] family = "Hack" style = "Italic" [font.normal] family = "Hack" style = "Regular" [scrolling] history = 10000 [selection] save_to_clipboard = true [keyboard]