Merge branch 'master' of vps:git/vcsh/xinitrc

This commit is contained in:
David Thurstenson 2017-05-09 10:46:37 -05:00
commit 95a9b991d1
1 changed files with 8 additions and 0 deletions

View File

@ -50,5 +50,13 @@ case "$(hostname)" in
;;
esac
;;
"thurstyserv")
mainoutput=""
case "$SRANDRD_ACTION" in
"$mainoutput connected")
xrandr --output $mainoutput --auto
;;
esac
esac