From fcf9120143e22a11e30380e2f3e3f6888623ad40 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 29 Feb 2020 05:07:16 +0000 Subject: [PATCH] upped firefox in priority before midori for opening html --- .config/ranger/rifle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 49dac84..80b0224 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -65,12 +65,12 @@ ext x?html?, has uzbl, X, flag f = uzbl -- "$@" 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 firefox, X, flag f = firefox -- "$@" ext x?html?, has midori, X, flag f = midori -- "$@" 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 -- "$@" ext x?html?, has iceweasel, X, flag f = iceweasel -- "$@" ext x?html?, has epiphany, X, flag f = epiphany -- "$@"