From d678e3434c747cbf5757afa4183571f786ce389b Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 17 Dec 2018 19:11:22 +0100 Subject: .xprofile: Remove xorg_autolock (as it's causing a lot of trouble with screen suspend and killing of user environment on shutdown. --- .xprofile | 5 ----- 1 file changed, 5 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index 116c4b4..1549ad1 100644 --- a/.xprofile +++ b/.xprofile @@ -21,11 +21,6 @@ if [ -x "$HOME/bin/setup_screens" ]; then "$HOME/bin/setup_screens" & fi -# lock X automatically after inactivity -if [ -x "$HOME/bin/xorg_autolock" ]; then - "$HOME/bin/xorg_autolock" & -fi - # lock X before going to sleep if [ -x "/usr/bin/xss-lock" ]; then /usr/bin/xss-lock xorg_lock & -- cgit v1.2.3-54-g00ecf