]> 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)
contrib/pm-utils/40autorandr

index 0c107486113bb7552134831877fa9f49a33bbfec..f44739a609e2aa032ed868c584a773d48851c234 100755 (executable)
@@ -5,6 +5,9 @@ exec > /var/log/autorandr.log 2>&1
 
 AUTORANDR="autorandr -c --default default"
 
+# Work around #44: Long user names in w
+export PROCPS_USERLEN=32
+
 detect_display()
 {
        for X in /tmp/.X11-unix/X*; do