diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-03 14:13:46 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-03 14:13:46 -0500 |
| commit | 51bbb16a0664a0c655c618cb08fa333ce11477e9 (patch) | |
| tree | 7308badd777d735e11d7f589583309ac50d42b42 /.config/ranger/rifle.conf | |
| parent | dfaa31fe5cbcc89216c56efe40c6ef48ae1359ad (diff) | |
| download | eibhear-51bbb16a0664a0c655c618cb08fa333ce11477e9.tar.gz eibhear-51bbb16a0664a0c655c618cb08fa333ce11477e9.tar.zst eibhear-51bbb16a0664a0c655c618cb08fa333ce11477e9.zip | |
sxiv now default image viewer
Diffstat (limited to '.config/ranger/rifle.conf')
| -rw-r--r-- | .config/ranger/rifle.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index c783678..c6b85d0 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -184,14 +184,13 @@ ext djvu, has atril, X, flag f = atril -- "$@" #------------------------------------------- mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image/svg, has display, X, flag f = display -- "$@" -mime ^image/gif, has mpv, X, flag f = mpv --loop -- "$@" mime ^image/gif, has viewnior, X, flag f = viewnior -- "$@" mime ^image/gif, has qutebrowser, X, flag f = qutebrowser -- "$@" ext xcf, X, flag f = gimp -- "$@" +mime ^image, has sxiv, X, flag f = sxiv -a -- "$@" mime ^image, has feh, X, flag f = feh --scale-down --auto-zoom --image-bg black -- "$@" mime ^image, has feh, X, flag f = feh --scale-down --auto-zoom -- "$@" -mime ^image, has sxiv, X, flag f = sxiv -- "$@" mime ^image, has mirage, X, flag f = mirage -- "$@" mime ^image, has ristretto, X, flag f = ristretto "$@" mime ^image, has eog, X, flag f = eog -- "$@" |
