Thus wrote Andre-Patrick Bubel (deb...@andre-bubel.de): > I'm sorry I couldn't include a patch, as I couldn't figure out how to create > one > for a patch file.
simple patch attached to detect and run i3lock Regards, Martin
--- screenblank.orig 2014-05-27 11:23:31.418026452 +0200 +++ screenblank 2014-05-25 13:00:25.859910337 +0200 @@ -23,6 +23,8 @@ su $XUSER -s /bin/sh -c "/usr/bin/xlock -mode blank &" elif [ -x /usr/bin/xtrlock ]; then su $XUSER -s /bin/sh -c "/usr/bin/xtrlock &" + elif [ -x /usr/bin/i3lock ]; then + su $XUSER -s /bin/sh -c "/usr/bin/i3lock &" fi fi