diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | share/applications/feh.pre | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ git HEAD bottom/right window border * thumbnail mode: If --action is set, run specified command instead of opening image on click. + * feh.desktop: Use feh %F since we support multiple files Tue, 11 Jun 2013 08:27:24 +0200 Daniel Friesel <derf+feh@finalrewind.org> diff --git a/share/applications/feh.pre b/share/applications/feh.pre index e8d9541..5d867a2 100644 --- a/share/applications/feh.pre +++ b/share/applications/feh.pre @@ -1,7 +1,7 @@ [Desktop Entry] Name=Feh Comment=Fast Imlib2-based Image Viewer -Exec=feh %f +Exec=feh %F Terminal=false Type=Application Icon=$IMAGEDIR$/feh.png |