diff options
author | David Runge <dave@sleepmap.de> | 2016-09-28 15:13:45 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-09-28 15:13:45 +0200 |
commit | 726c0e6ced877cec3f2d7317ca0fcdfaf212585f (patch) | |
tree | 375442371c5989a75c985daee8ea7313dc3c0834 /bin/i3lock | |
parent | 196e7e28b76295cebace456679cc6c4e4a0d7d5d (diff) | |
download | dotfiles-726c0e6ced877cec3f2d7317ca0fcdfaf212585f.tar.gz dotfiles-726c0e6ced877cec3f2d7317ca0fcdfaf212585f.tar.bz2 dotfiles-726c0e6ced877cec3f2d7317ca0fcdfaf212585f.tar.xz dotfiles-726c0e6ced877cec3f2d7317ca0fcdfaf212585f.zip |
bin/i3lock: Moving screen lock picture location to XDG_RUNTIME_DIR.
Diffstat (limited to 'bin/i3lock')
-rwxr-xr-x | bin/i3lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |