summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Stevenson <2e0pgs@gmail.com>2018-01-11 18:20:11 +0000
committerGitHub <noreply@github.com>2018-01-11 18:20:11 +0000
commitb1e08bf5b52746da2f0e5d9995e8dbc8c8505f62 (patch)
tree8b494eb403f0a8c6c17f9967c0c59683acab6496
parented70a4e90457eb433796515d9ccaa5a2a2e02f22 (diff)
Updated rifle.conf moved google-chrome below chromium.
Prioritise chromium as I think most Linux users would prefer that as default over google-chrome.
-rw-r--r--ranger/config/rifle.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index d783f54e..2c081479 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -66,9 +66,9 @@ ext x?html?, has uzbl-tabbed, X, flag f = uzbl-tabbed -- "$@"
ext x?html?, has uzbl-browser, X, flag f = uzbl-browser -- "$@"
ext x?html?, has uzbl-core, X, flag f = uzbl-core -- "$@"
ext x?html?, has midori, X, flag f = midori -- "$@"
-ext x?html?, has google-chrome, X, flag f = google-chrome -- "$@"
ext x?html?, has chromium-browser, X, flag f = chromium-browser -- "$@"
ext x?html?, has chromium, X, flag f = chromium -- "$@"
+ext x?html?, has google-chrome, X, flag f = google-chrome -- "$@"
ext x?html?, has opera, X, flag f = opera -- "$@"
ext x?html?, has firefox, X, flag f = firefox -- "$@"
ext x?html?, has seamonkey, X, flag f = seamonkey -- "$@"