#!/usr/bin/bash

xrandr 
export DISPLAY=:0
xrandr -d :0 --output HDMI-1 --pos 0x0 --scale 1x1  --output eDP-1 --scale 1x1 --pos 0x1080
xrandr
