Fix alacritty config.

This commit is contained in:
Bartek Stalewski 2024-07-07 14:50:35 +02:00
parent 03d3efb3db
commit 6b4ec72c69
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -4,6 +4,7 @@ TERM = "xterm-256color"
[window] [window]
dimensions = { columns = 185, lines = 50 } dimensions = { columns = 185, lines = 50 }
position = { x = 60, y = 200 } position = { x = 60, y = 200 }
opacity = 0.9
[font] [font]
normal = { family = "RobotoMono Nerd Font", style = "Regular" } normal = { family = "RobotoMono Nerd Font", style = "Regular" }
@ -41,7 +42,7 @@ save_to_clipboard = true
style = { shape = "Beam", blinking = "Never" } style = { shape = "Beam", blinking = "Never" }
[[hints.enabled]] [[hints.enabled]]
command = { program = "open" } command = { program = "open", args = ["-a", "Safari" ] }
hyperlinks = true hyperlinks = true
post_processing = true post_processing = true
persist = false persist = false