X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/c377f0c278d6840c4fbfab14cca8eecf2ccc67ee..00d3aaa4438509e32247d91b7becb5d30d72bf08:/.xsession.d/00-xsession diff --git a/.xsession.d/00-xsession b/.xsession.d/00-xsession new file mode 100644 index 0000000..f005d17 --- /dev/null +++ b/.xsession.d/00-xsession @@ -0,0 +1,9 @@ +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