summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLeo Vivier <zaephon@gmail.com>2019-01-14 13:26:18 +0100
committerLeo Vivier <zaephon@gmail.com>2019-01-14 13:27:27 +0100
commitfa60f0dafc99d96b0a6aebc4e802e1f79cede035 (patch)
treedd6eabd76f51205d45141d08bd4580ca0565df33
parentfb1ba4a111f818cf2a7d6e9c2f6be230f60bcf69 (diff)
downloadranger-fa60f0dafc99d96b0a6aebc4e802e1f79cede035.tar.gz
Add font viewing section and option to rifle
Adds fontforge as a default option, but would benefit from adding
other common options for previewing fonts.
-rw-r--r--ranger/config/rifle.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index babdcda7..9ce15c1e 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -189,6 +189,11 @@ mime ^image, has gimp,      X, flag f = gimp -- "$@"
 ext xcf,                    X, flag f = gimp -- "$@"
 
 #-------------------------------------------
+# Font Viewing:
+#-------------------------------------------
+mime ^font, X, has fontforge, X, flag f = fontforge "$@"
+
+#-------------------------------------------
 # Archives
 #-------------------------------------------