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