Files
basementhud/overlay/home/user/.xinitrc
Dustin C. Hatch c7a21b404d
All checks were successful
basementhud/pipeline/head This commit looks good
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`.
2022-04-06 17:48:45 -05:00

8 lines
147 B
Bash

#!/bin/sh
xset s off
xset -dpms
systemctl --user import-environment DISPLAY
systemctl --user start firefox-marionette.socket firefox
exec openbox