X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fxlockscreen;h=3cd3be7a9822860821fc5ea632dbf02290a3f2e2;hb=099a2a67634c1f0d141e196d07aaaecf28453bee;hp=88dbee5f1fcd58bcbcbd0967d1b137cea8f54f73;hpb=3bee859daf50035dbf6473008fd67553b19f7a5d;p=config%2Fdotfiles.git diff --git a/bin/xlockscreen b/bin/xlockscreen index 88dbee5..3cd3be7 100755 --- a/bin/xlockscreen +++ b/bin/xlockscreen @@ -90,6 +90,8 @@ elif test x"$1" = xlock; then # Sleep is necessary to allow xtrlock to grab the keyboard input. sleep 1 xtrlock + elif installed xlock; then + xlock else echo 'No screen locker found!' exit 1