]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Fix for #44
authorPhillip Berndt <phillip.berndt@googlemail.com>
Wed, 10 Feb 2016 12:05:33 +0000 (13:05 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Wed, 10 Feb 2016 12:05:33 +0000 (13:05 +0100)
contrib/pm-utils/40autorandr

index 8f7067cfa7aa89e8faba1cb772f998044e0d4e8d..6dcb086d2c8c083f1cb554c5e274307083e06642 100755 (executable)
@@ -6,7 +6,7 @@ exec > /var/log/autorandr.log 2>&1
 AUTORANDR="autorandr -c --default default"
 
 # Work around #44: Long user names in w
-export PROCPS_USERLEN=40
+export PROCPS_USERLEN=32
 
 detect_display()
 {