All checks were successful
basementhud/pipeline/head This commit looks good
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`.
8 lines
147 B
Bash
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
|