diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml index af85706..809a857 100644 --- a/config/alacritty/alacritty.toml +++ b/config/alacritty/alacritty.toml @@ -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