aboutsummaryrefslogblamecommitdiff
path: root/.config/alacritty/alacritty.toml
blob: 09fd33debc2d257b0d7a20762f2b7f343cbbc948 (plain) (tree)






























                                                                                                                                                                       
import = ["/home/luca/.config/alacritty/themes/dracula/dracula.toml"]
live_config_reload = true

[font]
size = 16.0

[window]
dynamic_padding = true
opacity = 0.9

[window.padding]
x = 8
y = 8

[[hints.enabled]]
command         = "xdg-open"
hyperlinks      = true
post_processing = true
persist         = false
mouse.enabled   = true
binding         = { key = "O", mods = "Control|Shift" }
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://|aesgcm://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"

[[hints.enabled]]
command         = "wl-copy"
hyperlinks      = true
post_processing = true
persist         = false
mouse.enabled   = false
binding         = { key = "O", mods = "Control" }
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://|aesgcm://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"