alacritty url handling

This commit is contained in:
Georgi Gardev
2025-01-23 15:47:26 +02:00
parent a1fe7488d3
commit 603ccd0f04
+6
View File
@@ -18,3 +18,9 @@ offset = { y = 1 }
[cursor]
style = { shape = "Beam", blinking = "Always" }
[[hints.enabled]]
regex = "https?://[^\\s]+"
hyperlinks = true
command = { program = "open" }
mouse = { enabled = true }