X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Falacritty.yml;h=0e814bad736357381e83c89a87c135754dc75898;hb=HEAD;hp=cbc10c2d6823eb791f04c10b54c8d79ee7945d30;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/alacritty.yml b/.config/alacritty.yml index cbc10c2d..0e814bad 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -55,16 +55,16 @@ font: # The bold font face bold: - family: "Fira Code" + family: "Fira Code" style: Bold # The italic font face italic: - family: "Fira Code" + family: "Fira Code" style: Light # Point size of the font - size: 4.5 + size: 12 # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing. @@ -193,12 +193,12 @@ mouse: # If this is `true`, the cursor is temporarily hidden when typing. hide_when_typing: true - url: + hints: # URL launcher # # This program is executed when clicking on a text which is recognized as a URL. # The URL is always added to the command as the last parameter. - launcher: open + launcher: qutebrowser # URL modifiers # @@ -373,7 +373,7 @@ key_bindings: - { key: F10, mods: Command, chars: "\x1b[21;3~" } - { key: F11, mods: Command, chars: "\x1b[23;3~" } - { key: F12, mods: Command, chars: "\x1b[24;3~" } - - { key: D, mods: Command, chars: "\x06\x76" } + - { key: D, mods: Command, chars: "\x06\x76" } - { key: D, mods: Command|Shift, chars: "\x06\x73" } - { key: W, mods: Command, chars: "\x06\x78" } - { key: H, mods: Command, chars: "\x06\x68" }