]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
x11/bin/xlockscreen: support i3lock
authorSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2018 06:20:50 +0000 (08:20 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2018 06:20:50 +0000 (08:20 +0200)
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