From 9cd89cfbc863e75bc168191ee6c1315c144d8d6f Mon Sep 17 00:00:00 2001 From: Yuta Katayama Date: Thu, 25 Oct 2018 18:46:40 +0900 Subject: [PATCH] Update power management for display --- .xprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index 258ef4a15..ac93103a4 100644 --- a/.xprofile +++ b/.xprofile @@ -55,7 +55,8 @@ if [ -f $usermodmap ]; then fi xset -b -xset s 1800 +xset s off +xset s 900 1200 1800 if builtin command -v "synclient" > /dev/null 2>&1; then LEFT_EDGE=$(synclient | \grep -w LeftEdge | awk '{print $3}')