From 105e2954ceaac549670b91c3d60cd0e03ba0718b Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Wed, 10 Feb 2016 13:05:33 +0100 Subject: [PATCH] Fix for #44 --- contrib/pm-utils/40autorandr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pm-utils/40autorandr b/contrib/pm-utils/40autorandr index 8f7067c..6dcb086 100755 --- a/contrib/pm-utils/40autorandr +++ b/contrib/pm-utils/40autorandr @@ -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() { -- 2.39.2