]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - x11/bin/xlockscreen
x11/bin/xlockscreen: support i3lock
[config/dotfiles.git] / x11 / bin / xlockscreen
index 11b8aecfff44f464a95959656ded0025e49de001..6fbc340056402689492fe654165e7c765cec28ce 100755 (executable)
@@ -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