#!/bin/bash
xrandr --output $(xrandr | grep " connected" | cut -f1 -d " ") --rotate inverted
