diff options
author | David Runge <dave@sleepmap.de> | 2018-12-17 19:11:22 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2018-12-17 19:11:22 +0100 |
commit | d678e3434c747cbf5757afa4183571f786ce389b (patch) | |
tree | 7a772bccc1523b61589940608aeeb8a2d4793041 /.xprofile | |
parent | 2b0fe3382e39c330c99333be34b8909175d69499 (diff) | |
download | dotfiles-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-- | .xprofile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 & |