From 11c1ae77626c8a7b712508816eac8facb00efab8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 7 Jul 2018 08:20:50 +0200 Subject: [PATCH] x11/bin/xlockscreen: support i3lock --- x11/bin/xlockscreen | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/bin/xlockscreen b/x11/bin/xlockscreen index 11b8aec..6fbc340 100755 --- a/x11/bin/xlockscreen +++ b/x11/bin/xlockscreen @@ -96,6 +96,8 @@ elif test x"$1" = xlock; then exec xtrlock elif installed xlock; then exec xlock + elif installed i3lock; then + exec i3lock else echo 'No screen locker found!' exit 1 -- 2.43.2