From 68c0486bdc4f2a508f1d832a374d8870482725f0 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 3 Oct 2023 10:32:38 -0700 Subject: [PATCH] straight underlines for kitty urls --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index b3bb68b..57b784b 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -373,7 +373,7 @@ cursor_blink_interval 0 #: much effort. # url_color #0087bd -# url_style curly +url_style straight #: The color and style for highlighting URLs on mouse-over. url_style #: can be one of: none, straight, double, curly, dotted, dashed.