From 33cf3cd87675d3880987c796910031cac05d3cd3 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 194ec9d..3caf420 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,3 +1,4 @@ - [Default Applications] -application/pdf=atril.desktop +application/pdf=atril.desktop; +x-scheme-handler/http=firefox-esr.desktop +x-scheme-handler/https=firefox-esr.desktop