Added thurstyserv config

This commit is contained in:
David Thurstenson 2017-05-08 20:43:28 -05:00
parent b57b1a2d91
commit 7cd6e24683
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