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")"
|
||||
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user