diff options
Diffstat (limited to '')
-rw-r--r-- | alacritty.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/alacritty.toml b/alacritty.toml index 0cb58fc..a8f5a0d 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -3,11 +3,16 @@ import = [ "~/.config/alacritty/themes/themes/ayu_dark.toml" ] +[window] +decorations = "Full" +decorations_theme_variant = "Dark" + [font] size = 10 [font.normal] family = "monospace" +#family = "Iosevka Nerd Font Mono" style = "Regular" [font.bold] @@ -17,3 +22,18 @@ style = "Bold" [font.italic] family = "monospace" style = "Italic" + +[cursor] +style.shape = "Block" +style.blinking = "Off" + + +[[hints.enabled]] +command = "xdg-open" # On Linux/BSD +hyperlinks = true +post_processing = true +persist = false +mouse.enabled = true +binding = { key = "I", mods = "Control|Shift" } +regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + |