Bash scripts and snippets for mundane tasks
xrandr.sh [left|right|above|below|off]
alias above="~/scripts/xrandr.sh above"
alias below="~/scripts/xrandr.sh below"
alias left="~/scripts/xrandr.sh left"
alias right="~/scripts/xrandr.sh right"
alias off="~/scripts/xrandr.sh off"