alacritty.toml (888B)
1 [cursor] 2 unfocused_hollow = true 3 4 [font] 5 size = 12.0 6 7 [font.bold] 8 style = "Bold" 9 10 [font.bold_italic] 11 style = "Bold Italic" 12 13 [font.italic] 14 style = "Italic" 15 16 [font.normal] 17 family = "MesloLGS NF" 18 19 [[hints.enabled]] 20 regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" 21 hyperlinks = true 22 mouse = { enabled = true, mods = "Command" } 23 post_processing = true 24 persist = false 25 command = "linkhandler" 26 binding = { key = "O", mods = "Command|Shift" } 27 28 [window] 29 decorations = "buttonless" 30 dynamic_padding = true 31 dynamic_title = true 32 opacity = 0.85 33 title = "Alacritty" 34 option_as_alt = "Both" 35 36 [scrolling] 37 history = 10000 38 multiplier = 3 39 40 [window.class] 41 general = "Alacritty" 42 instance = "Alacritty" 43 44 [window.padding] 45 x = 5 46 y = 5 47 48 [general] 49 live_config_reload = true 50 import = [ "./theme-light.toml"]