diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.config/ranger/rifle.conf | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/dotfiles/.config/ranger/rifle.conf b/dotfiles/.config/ranger/rifle.conf index 7c24aa7..c960256 100644 --- a/dotfiles/.config/ranger/rifle.conf +++ b/dotfiles/.config/ranger/rifle.conf @@ -84,7 +84,7 @@ ext x?html?, has w3m,             terminal = w3m "$@"  #Spreadsheets for scim -ext sc|csv|sxc|xlsx?|xlt|xlw|gnm|gnumeric, = sc-im -- "$@" +ext sc|csv|sxc|xlt|xlw|gnm|gnumeric, = sc-im -- "$@"  #-------------------------------------------  # Misc @@ -168,9 +168,9 @@ ext docx, has abiword, X, flag f = abiword "$@"  ext docx?, has catdoc,       terminal = catdoc -- "$@" | "$PAGER" +ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@"  ext                        sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric,    X, flag f = gnumeric -- "$@"  ext                        sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread,     X, flag f = kspread -- "$@" -ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@"  ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice,     X, flag f = soffice "$@"  ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice,     X, flag f = ooffice "$@" | 
