Fix(sway): imagepath syntax
This commit is contained in:
parent
c6d6cdc0aa
commit
06b30a5c3e
@ -32,7 +32,7 @@ main() {
|
|||||||
selection="$(echo "$actions" | myrofi -p "Take a screenshot")"
|
selection="$(echo "$actions" | myrofi -p "Take a screenshot")"
|
||||||
|
|
||||||
filename="$(date +'screenshot_%Y%m%d%H%M%s.png')"
|
filename="$(date +'screenshot_%Y%m%d%H%M%s.png')"
|
||||||
imgpath="${PICTURES_DIR}/$filename"
|
imagepath="${PICTURES_DIR}/$filename"
|
||||||
zkpath="${ZK_NOTEBOOK_DIR}/fig/$filename"
|
zkpath="${ZK_NOTEBOOK_DIR}/fig/$filename"
|
||||||
case "$selection" in
|
case "$selection" in
|
||||||
"Copy region to clipboard")
|
"Copy region to clipboard")
|
||||||
|
Loading…
Reference in New Issue
Block a user