Here's how to remove the title bar from Alacritty and Emacs
and set the opacity
alacritty.toml
[window]
decorations = "none"
decorations_theme_variant = "Dark"
startup_mode = "Maximized"
opacity = 0.90
emacs early-init.el
;; start the initial frame maximized
(add-to-list...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.