]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Merge github.com:Idolf/autorandr
authorPhillip Berndt <phillip.berndt@googlemail.com>
Wed, 10 Feb 2016 14:05:17 +0000 (15:05 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Wed, 10 Feb 2016 14:05:17 +0000 (15:05 +0100)
1  2 
contrib/pm-utils/40autorandr

index 6dcb086d2c8c083f1cb554c5e274307083e06642,0c107486113bb7552134831877fa9f49a33bbfec..f44739a609e2aa032ed868c584a773d48851c234
@@@ -5,15 -5,8 +5,11 @@@ exec > /var/log/autorandr.log 2>&
  
  AUTORANDR="autorandr -c --default default"
  
 +# Work around #44: Long user names in w
 +export PROCPS_USERLEN=32
 +
  detect_display()
  {
-       # Wait for the system to recognize the changed state, see bug #30
-       # Note the ampersand below, this runs asynchroneously.
-       sleep 5
        for X in /tmp/.X11-unix/X*; do
                D="${X##/tmp/.X11-unix/X}"
                # Prefer w to who, see bug #39