diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-03 13:53:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-03 13:53:59 +0100 |
commit | 865a78510ff53db952ec5de98c934b60bfc664c8 (patch) | |
tree | 0f853461ba90a1cc5f08c2c78d442cf528b05520 | |
parent | ccfa6b9bf3a41cee5157c4e37dec3391c6a9bab4 (diff) |
feh.desktop: Use %F (pointed out by Jerome Leclanche)
-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 |