aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-30 14:33:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-16 09:32:37 +1200
commite582934c5c185a42a72df95de18299e82e46d0fe (patch)
tree3f66a41f948cd8655411eddc8525c574a6d35e34
parentAdd hour/minute/second timestamp to scrot files (diff)
downloaddotfiles-e582934c5c185a42a72df95de18299e82e46d0fe.tar.gz
dotfiles-e582934c5c185a42a72df95de18299e82e46d0fe.zip
Correct mis-escaped dollar sign in scrot script
-rw-r--r--X/sxhkdrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/X/sxhkdrc b/X/sxhkdrc
index 67f72103..c277855b 100644
--- a/X/sxhkdrc
+++ b/X/sxhkdrc
@@ -35,7 +35,7 @@ super + shift + s
sleep 0.25 && scrot --freeze --select \
--exec 'xclip -selection clipboard -target image/png $f && \
dir=$$HOME/screenshots/%Y-%m-%d && \
- mkdir --parents -- "$dir" && \
+ mkdir --parents -- "$$dir" && \
convert -- $f -define webp:lossless=true \
"$$dir"/%Y-%m-%d_%H%M%S_$wx$h.webp && \
rm -- $f'