From: Samir Benmendil Date: Sun, 24 Jan 2021 03:53:19 +0000 (+0000) Subject: awesome: autostart applications from awesome X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/bcf13301fce23ff122f3d5b6bbb3688bf60c944b?ds=inline;hp=bcf13301fce23ff122f3d5b6bbb3688bf60c944b awesome: autostart applications from awesome Ideally I had hoped that I could have a more logical tree structure where awesome, the window manager starts before the clients. It seems to have been backwards when xinit was responsible for spawning autostarts. However, doing it this way seems to have resulted in awesome dropping the spawns which are caught by PID1 (as seen in htop/pstree). I don't think this is a big deal, but it's also not great. ---