diff options
author | hektr <31568062+hektr@users.noreply.github.com> | 2018-04-24 14:01:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 14:01:40 +0300 |
commit | 4e99ab88a506dff9c8ec86e2a2b43373559a1c70 (patch) | |
tree | b2100d91678d36d3b8cf957650b7d5b94bb2c471 | |
parent | a30b5e5b517a04f35e79a41a624aaedf187f6a36 (diff) | |
download | ranger-4e99ab88a506dff9c8ec86e2a2b43373559a1c70.tar.gz |
gwenview has been added as image viewer
Gwenview is standart image viewer on kde desktop, so it would be nice to have this program in default ranger associations. It's not console program, but it's faster comparing with gimp.
-rw-r--r-- | ranger/config/rifle.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index 66e6a5cd..f0b8841d 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -183,6 +183,7 @@ mime ^image, has eog, X, flag f = eog -- "$@" mime ^image, has eom, X, flag f = eom -- "$@" mime ^image, has nomacs, X, flag f = nomacs -- "$@" mime ^image, has geeqie, X, flag f = geeqie -- "$@" +mime ^image, has gwenview X, flag f = gwenview -- "$@" mime ^image, has gimp, X, flag f = gimp -- "$@" ext xcf, X, flag f = gimp -- "$@" |