You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the following command as a keyboard shortcut:
map mp $convert "$f" -auto-orient "$f"
What this does is that if rotation correction is needed based on the EXIF information, it rotates the image accordingly. The problem is that, for example, in the case of one image, the preview image is rotated to the right, so if I run this command, it rotates, but does not update the preview pane (ueberzug++). I tried reload, redraw commands, but there is no change. If I close and then reopen lf, I still have the old preview image. However, if I open another window (either lf, terminal, or whatever), the preview image is updated immediately in the already opened lf. You should also know that I use tiling windows manager (Bspwm). How to get lf to automatically update the preview image when a command set to mp is run?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I set the following command as a keyboard shortcut:
map mp $convert "$f" -auto-orient "$f"
What this does is that if rotation correction is needed based on the EXIF information, it rotates the image accordingly. The problem is that, for example, in the case of one image, the preview image is rotated to the right, so if I run this command, it rotates, but does not update the preview pane (ueberzug++). I tried reload, redraw commands, but there is no change. If I close and then reopen lf, I still have the old preview image. However, if I open another window (either lf, terminal, or whatever), the preview image is updated immediately in the already opened lf. You should also know that I use tiling windows manager (Bspwm). How to get lf to automatically update the preview image when a command set to mp is run?
Beta Was this translation helpful? Give feedback.
All reactions