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:
parent
b951986733
commit
12ca3f31e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue