From 18df97dce62fa43bfc7b5d8a6b6fec774b10483d Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 9 Jun 2022 14:51:04 +0200 Subject: alac update --- .config/alacritty/alacritty.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.config/alacritty/alacritty.yml') 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 # -- cgit v1.2.3