diff --git a/alacritty.toml b/alacritty.toml index 0925981..ccf0d94 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -53,7 +53,7 @@ hide_when_typing = true [[hints.enabled]] command = "xdg-open" post_processing = true -regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+" +regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" [hints.enabled.mouse] enabled = true