Comment by ~pound_hash on ~exec64/imv
I think I made a mistake in my original report. The binding that was failing me was
<Shift+R> = exec mogrify -rotate 90 "$imv_current_file"
.Entering this binding would freeze imv. Inspecting my running processes would show the mogrify command endlessly running. I fixed the problem by running the command in the background by appending
&
Ticket created by ~pound_hash on ~exec64/imv
The manual says
Ctrl+r
rotates images, but it doesn't do anything for me. I also tried the custom binding given in the projects README:<Shift+X> = exec rm "$imv_current_file"; close
, but trying this causes imv to crash, forcing me to close the window with sway.
- imv version 4.3.1
- Kitty terminal 0.24.4