From 7e82179c79f183a5436e6892cb2a0272ba9a59a1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Jan 2022 21:20:49 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index f98d4f1f5..8ff1efed2 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -372,7 +372,8 @@ opt('open_url_with', 'default', option_type='to_cmdline', long_text=''' The program with which to open URLs that are clicked on. The special value -:code:`default` means to use the operating system's default URL handler. +:code:`default` means to use the operating system's default URL handler +(:file:`open` on macOS and :file:`xdg-open` on Linux). ''' )