Start Firefox as soon as X starts
basementhud/pipeline/head This commit looks good
Details
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
parent
4aadca95a2
commit
c7a21b404d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue