diff options
author | Leo Vivier <zaephon@gmail.com> | 2019-01-14 13:48:45 +0100 |
---|---|---|
committer | Leo Vivier <zaephon@gmail.com> | 2019-01-14 13:48:45 +0100 |
commit | 0b9d1509f36577787f4205544297c29bfa9cfd68 (patch) | |
tree | 791e0546ff8bac3cb929a3fe480b6d0eeaf04ec9 | |
parent | a2e0b995bdc84fe2a19a41708278b42eccaae53c (diff) | |
download | ranger-0b9d1509f36577787f4205544297c29bfa9cfd68.tar.gz |
Rename ‘Font’ section and put it after ‘Archives’
-rw-r--r-- | ranger/config/rifle.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index b9a83ece..d81c1db5 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -189,11 +189,6 @@ mime ^image, has gimp, X, flag f = gimp -- "$@" ext xcf, X, flag f = gimp -- "$@" #------------------------------------------- -# Font Viewing: -#------------------------------------------- -mime ^font, has fontforge, X, flag f = fontforge "$@" - -#------------------------------------------- # Archives #------------------------------------------- @@ -217,6 +212,11 @@ ext rar, has unrar = unrar l "$1" | less ext rar, has unrar = for file in "$@"; do unrar x "$file"; done #------------------------------------------- +# Font +#------------------------------------------- +mime ^font, has fontforge, X, flag f = fontforge "$@" + +#------------------------------------------- # Flag t fallback terminals #------------------------------------------- # Rarely installed terminal emulators get higher priority; It is assumed that |