From ef7ab70eaa58f7c0bcf44e006d46d557c42a2bb7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 3 Apr 2017 15:32:36 -0500 Subject: [PATCH] Lock on suspend --- de/xprofile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/de/xprofile b/de/xprofile index 106680b..6f686ba 100644 --- a/de/xprofile +++ b/de/xprofile @@ -21,9 +21,9 @@ xset r rate 250 80 & # xset s noblank & # xset s off & -# if command -v xss-lock >/dev/null 2>&1; then -# xss-lock -- dm-tool switch-to-greeter & -# fi +if command -v xss-lock >/dev/null 2>&1; then + xss-lock -- dm-tool switch-to-greeter & +fi if [ -d "/usr/lib/nvidia" ]; then export LD_LIBRARY_PATH=/usr/lib/nvidia