diff options
| author | Joe <bousset.rudy@gmail.com> | 2022-06-09 14:51:04 +0200 | 
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2022-06-09 14:51:04 +0200 | 
| commit | 18df97dce62fa43bfc7b5d8a6b6fec774b10483d (patch) | |
| tree | b4a07a122c05c7500516e3d70d4c877bc4230843 /.config/alacritty | |
| parent | Added transmission settings (diff) | |
| download | dotfiles-bsd-18df97dce62fa43bfc7b5d8a6b6fec774b10483d.tar.gz dotfiles-bsd-18df97dce62fa43bfc7b5d8a6b6fec774b10483d.tar.bz2 dotfiles-bsd-18df97dce62fa43bfc7b5d8a6b6fec774b10483d.tar.xz dotfiles-bsd-18df97dce62fa43bfc7b5d8a6b6fec774b10483d.tar.zst dotfiles-bsd-18df97dce62fa43bfc7b5d8a6b6fec774b10483d.zip  | |
alac update
Diffstat (limited to '.config/alacritty')
| -rw-r--r-- | .config/alacritty/alacritty.yml | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 8d86c60..5e54444 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -39,7 +39,7 @@ window:     y: 0    # Spread additional padding evenly around the terminal content. -  #dynamic_padding: false +  dynamic_padding: false    # Window decorations    # @@ -308,7 +308,7 @@ cursor:    unfocused_hollow: true  # Live config reload (changes require restart) -#live_config_reload: true +live_config_reload: false  # Shell  # @@ -343,7 +343,7 @@ cursor:  # Send ESC (\x1b) before characters when alt is pressed.  #alt_send_esc: true -#mouse: +mouse:    # Click settings    #    # The `double_click` and `triple_click` settings control the time @@ -353,9 +353,9 @@ cursor:    #triple_click: { threshold: 300 }    # If this is `true`, the cursor is temporarily hidden when typing. -  #hide_when_typing: false +  hide_when_typing: true -  #url: +  urls:      # URL launcher      #      # This program is executed when clicking on a text which is recognized as a URL. @@ -367,15 +367,15 @@ cursor:      #   - (macOS) open      #   - (Linux/BSD) xdg-open      #   - (Windows) explorer -    #launcher: -    #  program: xdg-open +    launcher: +      program: linkview      #  args: []      # URL modifiers      #      # These are the modifiers that need to be held down for opening URLs when clicking      # on them. The available modifiers are documented in the key binding section. -    #modifiers: None +    #modifiers: Shift  # Mouse bindings  #  | 
