diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-04 12:03:36 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-04 12:03:36 +0300 |
commit | 8dc3ea2cdf943037e63499b4ca81d92b6a3e8bb9 (patch) | |
tree | b7bf85025e807bcc7b988f7cdc4faf4cba3693b0 /dotfiles | |
parent | 7f893cb7b502e4e24b88d124504a3978cec04d3b (diff) | |
download | swayrice-8dc3ea2cdf943037e63499b4ca81d92b6a3e8bb9.tar.gz swayrice-8dc3ea2cdf943037e63499b4ca81d92b6a3e8bb9.zip |
ranger rifle changes
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 "$@" |