From c7a21b404d7f6f8a59c113488020fa6f9f29144b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 6 Apr 2022 17:48:45 -0500 Subject: [PATCH] Start Firefox as soon as X starts 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`. --- overlay/home/user/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/home/user/.xinitrc b/overlay/home/user/.xinitrc index f5ba62b..0cb7eda 100644 --- a/overlay/home/user/.xinitrc +++ b/overlay/home/user/.xinitrc @@ -3,5 +3,5 @@ xset s off xset -dpms systemctl --user import-environment DISPLAY -systemctl --user start firefox-marionette.socket +systemctl --user start firefox-marionette.socket firefox exec openbox