aboutsummaryrefslogtreecommitdiffstats
path: root/bin/i3lock
diff options
context:
space:
mode:
Diffstat (limited to 'bin/i3lock')
-rwxr-xr-xbin/i3lock2
1 files changed, 1 insertions, 1 deletions
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