Merge remote-tracking branch 'helterscelter/master'

Conflicts:
	pm-utils/40autorandr
This commit is contained in:
Phillip Berndt 2013-12-02 10:34:24 +01:00
commit 4db3b2ca3a
2 changed files with 12 additions and 1 deletions

1
pm-utils/40auto-disper Symbolic link
View File

@ -0,0 +1 @@
40autorandr

View File

@ -3,7 +3,16 @@
# 40autorandr: Change autorandr profile on thaw/resume
exec > /var/log/autorandr.log 2>&1
AUTORANDR="autorandr -c"
# detect if we are being called as 40auto-disper or 40autorandr
FORM=${0##*40}
case $FORM in
auto-disper)
AUTORANDR="auto-disper -c"
;;
*)
AUTORANDR="autorandr -c"
;;
esac
detect_display()
{
@ -16,6 +25,7 @@ detect_display()
/bin/su -c "${AUTORANDR}" "$user"
fi
done
echo "Done"
}
case "$1" in