From cc56e454022a29aa90d69c65bb3389616ae965cf Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 6 Jun 2023 07:58:20 +0200 Subject: [PATCH] mimeapps: Add firefox as http and https target Add firefox as target to handle http and https URIs. --- .config/mimeapps.list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 194ec9d..62d5939 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,3 +1,4 @@ - [Default Applications] application/pdf=atril.desktop +x-scheme-handler/http=firefox-esr.desktop +x-scheme-handler/https=firefox-esr.desktop