Fix(sway): imagepath syntax

This commit is contained in:
Bertrand Benjamin 2023-02-24 09:28:11 +01:00
parent c6d6cdc0aa
commit 06b30a5c3e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ main() {
selection="$(echo "$actions" | myrofi -p "Take a screenshot")"
filename="$(date +'screenshot_%Y%m%d%H%M%s.png')"
imgpath="${PICTURES_DIR}/$filename"
imagepath="${PICTURES_DIR}/$filename"
zkpath="${ZK_NOTEBOOK_DIR}/fig/$filename"
case "$selection" in
"Copy region to clipboard")