Files
basementhud/overlay/home/user/.xinitrc
Dustin C. Hatch 51a2324a1c
All checks were successful
basementhud/pipeline/head This commit looks good
xinit: Run openbox-session
Running `openbox` does not invoke the autostart script.
2022-05-01 11:10:54 -05:00

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