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 $@
This commit is contained in:
Sanchayan Maity 2021-05-21 10:26:34 +05:30
parent b951986733
commit 12ca3f31e4
1 changed files with 1 additions and 1 deletions

View File

@ -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