diff options
author | Peter Stevenson <2e0pgs@gmail.com> | 2018-01-11 18:20:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 18:20:11 +0000 |
commit | b1e08bf5b52746da2f0e5d9995e8dbc8c8505f62 (patch) | |
tree | 8b494eb403f0a8c6c17f9967c0c59683acab6496 | |
parent | ed70a4e90457eb433796515d9ccaa5a2a2e02f22 (diff) | |
download | ranger-b1e08bf5b52746da2f0e5d9995e8dbc8c8505f62.tar.gz |
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.conf | 2 |
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 -- "$@" |