aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xprofile5
1 files changed, 0 insertions, 5 deletions
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 &