aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile6
1 files changed, 3 insertions, 3 deletions
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