Files
basementhud/overlay/home/user/.config/openbox/autostart
Dustin C. Hatch aa6162d37a
All checks were successful
basementhud/pipeline/head This commit looks good
xinit: Trigger hudctrl after openbox starts
The window manager needs to be running before we trigger *hudctrl* to
open the Firefox windows, otherwise they will not be able to go into
fullscreen.
2022-05-01 10:30:06 -05:00

11 lines
247 B
Bash

#!/bin/sh
BASE_URL=http://rosalina.pyrocufflink.blue:8000
xrandr --listactivemonitors \
| curl "${BASE_URL}"/display/monitors \
-H 'Content-Type: text/plain' \
--upload-file -
curl "${BASE_URL}"/display/up \
-d port=2829