Skip to main content

Alacritty

sudo pacman -S alacritty

This is my config file located in $HOME/.config/alacritty/alacritty.toml.

window:
  opacity: 0.94
  startup_mode: Maximized
font:
  size: 10.5
shell:
  program: /bin/zsh

You can findĀ  config file from github, or click download here and download the latest version of theĀ alacritty.yml.