Hey all I saw some awesome set ups on the "Show your Solus" thread and I decided to give Alacritty a try. It looks awesome! I just don't know where to edit/find the config file. The git page says it should be in a few different spots:
Alacritty doesn't create the config file for you, but it looks for one in the following locations:
$XDG_CONFIG_HOME/alacritty/alacritty.yml
$XDG_CONFIG_HOME/alacritty.yml
$HOME/.config/alacritty/alacritty.yml
$HOME/.alacritty.yml
But I can only find it in /usr/share/alacritty/alacritty.yml and when I edit it and restart Alacritty, nothing changes. Maybe I'm just not editing it right. I'm trying to take the border off with the:
#decorations: full
to
#decorations: none
but when I save the config file and restart alacritty, nothing changes. Could anyone provide any help?