Start Firefox as soon as X starts
basementhud/pipeline/head This commit looks good Details

There's no reason to wait for an incoming Marionette connection to start
Firefox.  Anyway, starting it earlier avoids a bunch of "connection
refused" spam from `systemd-socket-proxyd`.
pull/1/head
Dustin 2022-04-06 17:48:45 -05:00
parent 4aadca95a2
commit c7a21b404d
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
xset s off xset s off
xset -dpms xset -dpms
systemctl --user import-environment DISPLAY systemctl --user import-environment DISPLAY
systemctl --user start firefox-marionette.socket systemctl --user start firefox-marionette.socket firefox
exec openbox exec openbox