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