aboutsummaryrefslogtreecommitdiff
path: root/X/sxhkdrc
diff options
context:
space:
mode:
Diffstat (limited to 'X/sxhkdrc')
-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'