X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Falacritty.yml;h=0e814bad736357381e83c89a87c135754dc75898;hb=HEAD;hp=09dde11cd92938eaf03fe789335718cdfd952884;hpb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;p=dotfiles%2F.git diff --git a/.config/alacritty.yml b/.config/alacritty.yml index 09dde11c..0e814bad 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -55,12 +55,12 @@ 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 @@ -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: brave + 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" }