From: Simon Ruderich Date: Sat, 7 Jul 2018 06:20:50 +0000 (+0200) Subject: x11/bin/xlockscreen: support i3lock X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=11c1ae77626c8a7b712508816eac8facb00efab8 x11/bin/xlockscreen: support i3lock --- 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