Fix alacritty config.
This commit is contained in:
parent
03d3efb3db
commit
6b4ec72c69
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user