#!/bin/sh

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

