From 726c0e6ced877cec3f2d7317ca0fcdfaf212585f Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 28 Sep 2016 15:13:45 +0200 Subject: bin/i3lock: Moving screen lock picture location to XDG_RUNTIME_DIR. --- bin/i3lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/i3lock b/bin/i3lock index 50ce049..fcee43c 100755 --- a/bin/i3lock +++ b/bin/i3lock @@ -2,7 +2,7 @@ set -euo pipefail -image_location=/tmp/$(whoami)/screen_locked.png +image_location=$XDG_RUNTIME_DIR/screen-lock.png /usr/bin/xset b off /usr/bin/scrot -q 100 $image_location -- cgit v1.2.3-54-g00ecf