summaryrefslogtreecommitdiffstats
path: root/.config/ranger
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-05-28 20:25:04 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-05-28 20:25:04 -0400
commit2a7604fa2e30f29ae046ef7372b28aeea52c6506 (patch)
tree29d8ce86d5161bc477b3802b6192c1c27976a5e1 /.config/ranger
parent2942d4a528031b15c49b4f1c607062bdd2e5d75f (diff)
downloadeibhear-2a7604fa2e30f29ae046ef7372b28aeea52c6506.tar.gz
eibhear-2a7604fa2e30f29ae046ef7372b28aeea52c6506.tar.zst
eibhear-2a7604fa2e30f29ae046ef7372b28aeea52c6506.zip
scim -> sc-im in ranger
Diffstat (limited to '.config/ranger')
-rw-r--r--.config/ranger/rifle.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf
index a759ef1..2612c19 100644
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -71,6 +71,7 @@ ext x?html?, has midori, X, flag f = midori -- "$@"
ext x?html?, has chromium, X, flag f = chromium -- "$@"
ext x?html?, has opera, X, flag f = opera -- "$@"
ext x?html?, has firefox, X, flag f = firefox -- "$@"
+ext x?html?, has dillo, X, flag f = dillo -- "$@"
ext x?html?, has seamonkey, X, flag f = seamonkey -- "$@"
ext x?html?, has iceweasel, X, flag f = iceweasel -- "$@"
ext x?html?, has epiphany, X, flag f = epiphany -- "$@"
@@ -83,7 +84,7 @@ ext x?html?, has w3m, terminal = w3m "$@"
#Spreadsheets for scim
-ext sc|csv|sxc|xlsx?|xlt|xlw|gnm|gnumeric, = scim -- "$@"
+ext sc|csv|sxc|xlsx?|xlt|xlw|gnm|gnumeric, = sc-im -- "$@"
#-------------------------------------------
# Misc
@@ -123,7 +124,7 @@ mime ^video, has mplayer2, X, flag f = mplayer2 -- "$@"
mime ^video, has mplayer2, X, flag f = mplayer2 -fs -- "$@"
mime ^video, has mplayer, X, flag f = mplayer -- "$@"
mime ^video, has mplayer, X, flag f = mplayer -fs -- "$@"
-mime ^video|audio, has vlc, X, flag f = vlc -- "$@"
+# mime ^video|audio, has vlc, X, flag f = vlc -- "$@"
mime ^video|audio, has totem, X, flag f = totem -- "$@"
mime ^video|audio, has totem, X, flag f = totem --fullscreen -- "$@"
#--------------------------------------------