From 12ca3f31e41e748ce038490a25b00bd4713ffe3a Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 21 May 2021 10:26:34 +0530 Subject: [PATCH] kitty: Use xdg-open for opening URLs This depends on default-web-browser being set with xdg as below. $ xdg-settings set default-web-browser firefox-wayland.desktop firefox-wayland is our own small one liner script to open firefox with wayland enabled. MOZ_ENABLE_WAYLAND=1 firefox $@ --- kitty/.config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 953ef45..073026c 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -168,7 +168,7 @@ open_url_modifiers kitty_mod #: The modifier keys to press when clicking with the mouse on URLs to #: open the URL -open_url_with firefox +open_url_with xdg-open #: The program with which to open URLs that are clicked on. The #: special value default means to use the operating system's default