diff options
| author | Ignacio Losiggio <iglosiggio@gmail.com> | 2020-01-23 21:45:15 -0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-23 21:45:15 -0300 | 
| commit | 073e94cd65c69146c195d09bfb196142ca8ec157 (patch) | |
| tree | 37fb0320fa186b1aa96a030bc8fe041625394add | |
| parent | 310d50759ca8c7c34f12c58b07f912805a064397 (diff) | |
Change local-files for general uris in feh.desktop
| -rw-r--r-- | share/applications/feh.pre | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/share/applications/feh.pre b/share/applications/feh.pre index e5efc5b..5f7a495 100644 --- a/share/applications/feh.pre +++ b/share/applications/feh.pre @@ -4,7 +4,7 @@ Name[en_US]=feh  GenericName=Image viewer  GenericName[en_US]=Image viewer  Comment=Image viewer and cataloguer -Exec=feh --start-at %f +Exec=feh --start-at %u  Terminal=false  Type=Application  Icon=feh | 
