diff options
author | Toon Nolten <toonn@toonn.io> | 2019-01-14 14:34:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 14:34:25 +0100 |
commit | f8452cc43393e3a36b85b43be8c3da54a0c7b6ea (patch) | |
tree | 4bf5e3149ef5ab761e7225eac8a24fa99e4a8ef9 | |
parent | fb1ba4a111f818cf2a7d6e9c2f6be230f60bcf69 (diff) | |
parent | 408dc009405e33e7699891cce2c3074302de10b6 (diff) | |
download | ranger-f8452cc43393e3a36b85b43be8c3da54a0c7b6ea.tar.gz |
Merge pull request #1444 from Zaeph/rifle-fixup
Rifle fixup
-rw-r--r-- | ranger/config/rifle.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index babdcda7..454b8a14 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -98,7 +98,7 @@ ext exe = wine "$1" name ^[mM]akefile$ = make #-------------------------------------------- -# Code +# Scripts #------------------------------------------- ext py = python -- "$1" ext pl = perl -- "$1" @@ -131,7 +131,7 @@ mime ^video|audio, has totem, X, flag f = totem -- "$@" mime ^video|audio, has totem, X, flag f = totem --fullscreen -- "$@" #-------------------------------------------- -# Video without X: +# Video without X #------------------------------------------- mime ^video, terminal, !X, has mpv = mpv -- "$@" mime ^video, terminal, !X, has mplayer2 = mplayer2 -- "$@" @@ -170,7 +170,7 @@ ext epub, has ebook-viewer, X, flag f = ebook-viewer -- "$@" ext mobi, has ebook-viewer, X, flag f = ebook-viewer -- "$@" #------------------------------------------- -# Image Viewing: +# Images #------------------------------------------- mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image/svg, has display, X, flag f = display -- "$@" |