diff options
author | shmibs <shmibs@gmail.com> | 2017-11-27 01:08:51 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2017-11-27 01:08:51 -0700 |
commit | c688f7bce20158661f377e9679c3b2ce8b963fc6 (patch) | |
tree | cd0b66a81272918b7bb622c2b905d699ad058ab5 /.config/ranger | |
parent | 66b00763352ccbc4af59259472a39249dc4345d6 (diff) | |
parent | a0f41b26800251aa05cbd042c8852ec8e212a95b (diff) | |
download | dotfiles-c688f7bce20158661f377e9679c3b2ce8b963fc6.tar.gz |
Merge branch 'master' of github.com:shmibs/dotfiles
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rifle.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index cf7e9e7..7093f3d 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -128,8 +128,8 @@ mime ^video, terminal, !X, has mpv = mpv -- "$@" #------------------------------------------- ext djvu|pdf|ps, has zathura, X, flag f = zathura -- "$@" -ext tex, has latex = latex -- "-output-format=pdf" "$@" -ext tex, has xelatex = xelatex -- "-output-format=pdf" "$@" +ext tex, has latex = latex "-output-format=pdf" -- "$@" +ext tex, has xelatex = xelatex -- "$@" ext docx?, has catdoc, terminal = catdoc -- "$@" | $PAGER @@ -137,6 +137,8 @@ ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric, X, fla ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread, X, flag f = kspread -- "$@" ext od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric|rtf, has libreoffice, X, flag f = libreoffice "$@" +ext sla, has scribus, X, flag f = scribus "$@" + #------------------------------------------- # Images #------------------------------------------- |