Skip to main content

Ghostty

sudo pacman -S alacrittyghostty

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

window:# opacity:Appearance
0.94font-size startup_mode: Maximized
font:
  size:= 10.5
shell:background program:= /bin/zsh282c34
args:foreground -= -lffffff
-background-opacity -c= -0.93

tmux# new-sessionKeybindings
-Akeybind -s= devctrl+z=close_surface
keybind = ctrl+r=new_split:right
keybind = ctrl+d=new_split:down

You can find more about config file fromhere github, or click download herehttps://ghostty.org/docs/config/reference and download the latest version of the alacritty.yml.

  • -l, stands for login shell. This tells Alacritty to start the shell that is specified in the $SHELL environment variable.
  • -c, stands for command. This tells Alacritty to run the specified command after the shell has been started.