#!/bin/bash
cd /home/strombo/plants-filature
git fetch
git pull
# xrandr --output HDMI-2 --same-as HDMI-1
# xrandr --output HDMI-1 --panning 3840x1080
# xrandr --output HDMI-2 --pos 1080x0
# autorandr --change projection
chromium-browser --password-store=basic --start-fullscreen http://localhost
|