diff options
author | Leo Vivier <zaephon@gmail.com> | 2019-01-14 14:02:04 +0100 |
---|---|---|
committer | Leo Vivier <zaephon@gmail.com> | 2019-01-14 14:02:04 +0100 |
commit | 9f88c9fdf786dbe2c28753ef1719579491ba6782 (patch) | |
tree | e9be966b0129e81dcd908f56c0c41670157fa2fa | |
parent | fb1ba4a111f818cf2a7d6e9c2f6be230f60bcf69 (diff) | |
download | ranger-9f88c9fdf786dbe2c28753ef1719579491ba6782.tar.gz |
Remove unnecessary colons
-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 babdcda7..a1fa1b76 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -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: +# Image Viewing #------------------------------------------- mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image/svg, has display, X, flag f = display -- "$@" |