[Xfce4-commits] [xfce/xfce4-session] 01/01: Add support for xfce4-screensaver to xflock4
noreply at xfce.org
noreply at xfce.org
Wed Oct 17 09:28:35 CEST 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-session.
commit baf23e096da712084e54b47faa49c1ca99665b75
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Oct 17 09:24:39 2018 +0200
Add support for xfce4-screensaver to xflock4
While this can be overridden in the session's xfconf channel, we want to
call xfce4-screensaver first.
---
scripts/xflock4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/xflock4 b/scripts/xflock4
index 32770b4..fcca730 100644
--- a/scripts/xflock4
+++ b/scripts/xflock4
@@ -30,6 +30,7 @@ LOCK_CMD=$(xfconf-query -c xfce4-session -p /general/LockCommand)
# Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
for lock_cmd in \
"$LOCK_CMD" \
+ "xfce4-screensaver-command -lock" \
"xscreensaver-command -lock" \
"gnome-screensaver-command --lock"
do
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list