Fix alacritty config.
This commit is contained in:
parent
03d3efb3db
commit
6b4ec72c69
@ -4,6 +4,7 @@ TERM = "xterm-256color"
|
||||
[window]
|
||||
dimensions = { columns = 185, lines = 50 }
|
||||
position = { x = 60, y = 200 }
|
||||
opacity = 0.9
|
||||
|
||||
[font]
|
||||
normal = { family = "RobotoMono Nerd Font", style = "Regular" }
|
||||
@ -41,7 +42,7 @@ save_to_clipboard = true
|
||||
style = { shape = "Beam", blinking = "Never" }
|
||||
|
||||
[[hints.enabled]]
|
||||
command = { program = "open" }
|
||||
command = { program = "open", args = ["-a", "Safari" ] }
|
||||
hyperlinks = true
|
||||
post_processing = true
|
||||
persist = false
|
||||
|
Loading…
Reference in New Issue
Block a user