Alacritty notes

After running Ghostty for some months, I decided to return to Alacritty. The main reason is startup time. I assign a keyboard shortcut to start my terminal, and Alacritty is nearly instant, whereas Ghostty takes 3-5 seconds. The difference may be because Ghostty uses GTK where Alacritty writes directly to the GPU.

Alacritty also feels slightly faster, but this is subjective.

The following removes the window decoration in Alacritty, which I liked in Ghostty.:

[cbrake@ceres ~]$ more .config/alacritty/alacritty.toml
[window]

decorations = "None"