aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-12-17 19:11:22 +0100
committerDavid Runge <dave@sleepmap.de>2018-12-17 19:11:22 +0100
commitd678e3434c747cbf5757afa4183571f786ce389b (patch)
tree7a772bccc1523b61589940608aeeb8a2d4793041 /.xprofile
parent2b0fe3382e39c330c99333be34b8909175d69499 (diff)
downloaddotfiles-d678e3434c747cbf5757afa4183571f786ce389b.tar.gz
dotfiles-d678e3434c747cbf5757afa4183571f786ce389b.tar.bz2
dotfiles-d678e3434c747cbf5757afa4183571f786ce389b.tar.xz
dotfiles-d678e3434c747cbf5757afa4183571f786ce389b.zip
.xprofile: Remove xorg_autolock (as it's causing a lot of trouble with screen suspend and killing of user environment on shutdown.
Diffstat (limited to '.xprofile')
-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 &