Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 371 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 371 Bytes

bash-helpers

Bash scripts and snippets for mundane tasks

scripts

XrandR helper

xrandr.sh [left|right|above|below|off]

Bash profile alias definitions

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"