aboutsummaryrefslogblamecommitdiffstats
path: root/alacritty.toml
blob: efbd44b738998db49330ff6ecab15162863f3253 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                                  

                                                        
                                                     

                                                          
                                                                        

 



                                  

            
                                                                 

 
      
         

             
                                      

                                    
                                      
                                  
                


                 
                                      

                                    
                      


              
                                      

                                    
                      
                




                      








                                                                                                                                                             
import = [
    # "~/.config/alacritty/themes/themes/base16_default_dark.toml"
    # "~/.config/alacritty/themes/themes/ayu_dark.toml",
    "~/.config/alacritty/keybindings.toml",
    # "~/.config/alacritty/themes/themes/falcon.toml"
    #"~/.config/alacritty/themes/themes/gruvbox_dark.toml"
    "~/.config/alacritty/themes/themes/ubuntu.toml"
    #"~/.config/alacritty/themes/themes/gruvbox_material_hard_dark.toml"
]

[window]
decorations = "Full"
decorations_theme_variant = "Dark"

[keyboard]
bindings = [
{ key = "v", mods = "Shift|Control", action = "PasteSelection" },
]

[font]
size = 14

[font.normal]
#family = "ComicShanns Mono Nerd Font"
#family = "Jetbrains Mono Nerd Font"
family = "Ubuntu Mono"
#family = "ComicShanns Mono Nerd Font"
#family = "Iosevka Nerd Font Mono"
#family = "Hack"
style = "Regular"

[font.bold]
#family = "ComicShanns Mono Nerd Font"
#family = "Jetbrains Mono Nerd Font"
family = "Ubuntu Mono"
# family = "monospace"
style = "Bold"

[font.italic]
#family = "ComicShanns Mono Nerd Font"
#family = "Jetbrains Mono Nerd Font"
family = "Ubuntu Mono"
# 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{-}\\^⟨⟩`]+"