#!/usr/bin/env sh

layout=`autorandr | rofi -dmenu -i -p "Select layout:" | awk '{print $1}'`
autorandr $layout

