if command -v autorandr >/dev/null; then echo >&2 "Detecting and configuring XRandR setup…" autorandr --force --change --skip-options gamma else xconfig fi # vim:ft=zsh