#!/bin/bash
MONITOR=$(xrandr | grep connected | grep -v disconnected | awk '{print $1}')
xrandr --output "$MONITOR" --scale 1x1

