I’m curious if anyone has experience with xdg.autostart
on Arch Linux and if it could fix an issue I’m encountering. On both my Arch and NixOS machines, Bitwarden is set to autostart, but on boot, the Bitwarden window briefly appears before minimizing to the system tray as per its settings (see screenshot below).
I’ve resolved this on NixOS by enabling xdg.autostart.enable
and creating the autostart desktop entries in my NixOS configuration, which prevents the window from showing momentarily. I’m considering trying a similar approach on Arch Linux with xdg.autostart
and wondering if it will achieve the same result. Will implementing xdg.autostart
on Arch likely resolve this issue, or might it not be worth the effort?