diff options
author | HerrNieschnell <HerrNieschnell@users.noreply.github.com> | 2015-01-18 13:52:49 +0100 |
---|---|---|
committer | HerrNieschnell <HerrNieschnell@users.noreply.github.com> | 2015-01-18 13:52:49 +0100 |
commit | 1eabf0fda6f148d52ad3b7e7405eb750483edf87 (patch) | |
tree | 1572c160534639725dd6365bc0df395459cab98f /ranger | |
parent | 28a38b116aa1f4e70f75800c66e019b116b64eb5 (diff) | |
download | ranger-1eabf0fda6f148d52ad3b7e7405eb750483edf87.tar.gz |
Priority change
I think if someone has sxiv, feh or mirage installed, it should have a higher priority than eog or eom, because they are normally automatically installed along with mate or gnome. it fits the philosophy of browser or documents default priority.
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/config/rifle.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index ef3a5b63..3371ec6f 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -135,11 +135,11 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@" #------------------------------------------- # Image Viewing: #------------------------------------------- -mime ^image, has eog, X, flag f = eog -- "$@" -mime ^image, has eom, X, flag f = eom -- "$@" mime ^image, has sxiv, X, flag f = sxiv -- "$@" mime ^image, has feh, X, flag f = feh -- "$@" mime ^image, has mirage, X, flag f = mirage -- "$@" +mime ^image, has eog, X, flag f = eog -- "$@" +mime ^image, has eom, X, flag f = eom -- "$@" mime ^image, has gimp, X, flag f = gimp -- "$@" ext xcf, X, flag f = gimp -- "$@" |