All checks were successful
basementhud/pipeline/head This commit looks good
Running `openbox` does not invoke the autostart script.
13 lines
210 B
Bash
13 lines
210 B
Bash
#!/bin/sh
|
|
|
|
xset s off
|
|
xset -dpms
|
|
|
|
TZ="$(curl https://ipapi.co/timezone)"
|
|
export TZ
|
|
|
|
systemctl --user import-environment DISPLAY TZ
|
|
systemctl --user start firefox-marionette.socket firefox
|
|
|
|
exec openbox-session
|