opacity

  1. NapoleonWils0n

    Alacritty and Emacs hide title bar and set opacity

    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...
Back
Top