From e71791843dc5232a2d3bbb88dbc63cd2c69c3237 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Thu, 2 Jul 2020 01:02:56 +0200 Subject: [PATCH] Alacritty: sync with latest config --- .config/alacritty/alacritty.yml | 74 +++++++++++++++++---------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index aed1009..5d08f3f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -10,16 +10,16 @@ # each instance of Alacritty. If it is not present, alacritty will # check the local terminfo database and use `alacritty` if it is # available, otherwise `xterm-256color` is used. - #TERM: xterm-256color + #TERM: alacritty -window: +#window: # Window dimensions (changes require restart) # # Specified in number of columns/lines, not pixels. # If both are `0`, this setting is ignored. - dimensions: - columns: 0 - lines: 0 + #dimensions: + # columns: 0 + # lines: 0 # Window position (changes require restart) # @@ -33,12 +33,12 @@ window: # # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - padding: - x: 0 - y: 0 + #padding: + # x: 0 + # y: 0 # Spread additional padding evenly around the terminal content. - dynamic_padding: false + #dynamic_padding: false # Window decorations # @@ -49,7 +49,7 @@ window: # Values for `decorations` (macOS only): # - transparent: Title bar, transparent background and title bar buttons # - buttonless: Title bar, transparent background, but no title bar buttons - decorations: full + #decorations: full # Startup Mode (changes require restart) # @@ -60,7 +60,7 @@ window: # # Values for `startup_mode` (macOS only): # - SimpleFullscreen - startup_mode: Windowed + #startup_mode: Windowed # Window title #title: Alacritty @@ -78,10 +78,10 @@ window: # Set this to `None` to use the default theme variant. #gtk_theme_variant: None -scrolling: +#scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. - history: 10000 + #history: 10000 # Scrolling distance multiplier. #multiplier: 3 @@ -94,7 +94,7 @@ font: # # Default: # - (macOS) Menlo - # - (Linux) monospace + # - (Linux/BSD) monospace # - (Windows) Consolas family: xos4 Terminus @@ -146,9 +146,9 @@ font: # Glyph offset determines the locations of the glyphs within their cells with # the default being at the bottom. Increasing `x` moves the glyph to the right, # increasing `y` moves the glyph upwards. - glyph_offset: - x: 0 - y: 0 + #glyph_offset: + # x: 0 + # y: 0 # Thin stroke font rendering (macOS only) # @@ -307,23 +307,23 @@ visual_bell: # The value `0.0` is completely transparent and `1.0` is opaque. background_opacity: 0.8 -selection: - semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" +#selection: + #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" # When set to `true`, selected text will be copied to the primary clipboard. - save_to_clipboard: false + #save_to_clipboard: false # Allow terminal applications to change Alacritty's window title. -dynamic_title: true +#dynamic_title: true -cursor: +#cursor: # Cursor style # # Values for `style`: # - ▇ Block # - _ Underline # - | Beam - style: Block + #style: Block # Vi mode cursor style # @@ -335,14 +335,14 @@ cursor: # If this is `true`, the cursor will be rendered as a hollow box when the # window is not focused. - unfocused_hollow: true + #unfocused_hollow: true # Thickness of the cursor relative to the cell width as floating point number # from `0.0` to `1.0`. - thickness: 0.15 + #thickness: 0.15 # Live config reload (changes require restart) -live_config_reload: true +#live_config_reload: true # Shell # @@ -362,7 +362,7 @@ live_config_reload: true # # Directory the shell is started in. If this is unset, or `None`, the working # directory of the parent process will be used. -working_directory: None +#working_directory: None # WinPTY backend (Windows only) # @@ -375,7 +375,7 @@ working_directory: None #winpty_backend: false # Send ESC (\x1b) before characters when alt is pressed. -alt_send_esc: true +#alt_send_esc: true mouse: # Click settings @@ -383,13 +383,13 @@ mouse: # The `double_click` and `triple_click` settings control the time # alacritty should wait for accepting multiple clicks as one double # or triple click. - double_click: { threshold: 300 } - triple_click: { threshold: 300 } + #double_click: { threshold: 300 } + #triple_click: { threshold: 300 } # If this is `true`, the cursor is temporarily hidden when typing. - hide_when_typing: false + #hide_when_typing: false - url: + #url: # URL launcher # # This program is executed when clicking on a text which is recognized as a URL. @@ -401,8 +401,8 @@ mouse: # - (macOS) open # - (Linux/BSD) xdg-open # - (Windows) explorer - launcher: - program: xdg-open + #launcher: + # program: xdg-open # args: [] # URL modifiers @@ -433,8 +433,8 @@ mouse: # And optionally: # # - `mods` (see key bindings) -mouse_bindings: - - { mouse: Middle, action: PasteSelection } +#mouse_bindings: +# - { mouse: Middle, action: PasteSelection } # Key bindings # @@ -483,6 +483,8 @@ mouse_bindings: # - ResetFontSize # - ScrollPageUp # - ScrollPageDown +# - ScrollHalfPageUp +# - ScrollHalfPageDown # - ScrollLineUp # - ScrollLineDown # - ScrollToTop