From 7c61245b4520c5c0f120c59633c34b72ecaffd3d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Jan 2017 00:41:33 +0100 Subject: .xprofile: Adding light-locker instead of xscreensaver to autostarted programs. --- .xprofile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.xprofile') diff --git a/.xprofile b/.xprofile index c9e4a7b..db17a05 100644 --- a/.xprofile +++ b/.xprofile @@ -23,9 +23,9 @@ if [ -x "$HOME/bin/setup_screens" ]; then $HOME/bin/setup_screens & fi -# start xscreensaver daemon, if available -if [ -x /usr/bin/xscreensaver ]; then - /usr/bin/xscreensaver -no-splash & +# start light-locker daemon, if available +if [ -x /usr/bin/light-locker ]; then + /usr/bin/light-locker --lock-after-screensaver=1 --lock-on-suspend & fi # start a termite terminal -- cgit v1.2.3-54-g00ecf