From 3f71120489754161091dc9ef7d400e20b6153874 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 6 Feb 2015 13:44:42 +0100 Subject: [PATCH] lock: tile the image for i3lock This can be useful if the screen resolution changes during locking. --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 6a5ccd3..989f2a7 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -25,7 +25,7 @@ case "$1" in dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify \ /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Pause # Then, lock screen - i3lock_options="-e -i $HOME/.cache/awesome/current-wallpaper.png" + i3lock_options="-e -i $HOME/.cache/awesome/current-wallpaper.png -t" echo "$(date --rfc-3339=seconds) $me: lock: lock screen" if [ -e /proc/self/fd/${XSS_SLEEP_LOCK_FD:--1} ]; then trap 'kill %%' TERM INT