X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=x11%2Fbin%2Fxlockscreen;h=6fbc340056402689492fe654165e7c765cec28ce;hb=11c1ae77626c8a7b712508816eac8facb00efab8;hp=11b8aecfff44f464a95959656ded0025e49de001;hpb=d11857eb2b9693235ed3531144a6b0a4d5cb1740;p=config%2Fdotfiles.git 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