all repos — dotfiles @ 74fe6528dbac3e36e8ab5226557342a112cfa5f6

personal dotfiles

alacritty: tweak settings
la-ninpre leobrekalini@gmail.com
Tue, 05 Apr 2022 23:12:10 +0300
commit

74fe6528dbac3e36e8ab5226557342a112cfa5f6

parent

f2fecc58560685a91256ef92eecaec2c6721a7ef

1 files changed, 7 insertions(+), 6 deletions(-)

jump to
M alacritty/.config/alacritty/alacritty.ymlalacritty/.config/alacritty/alacritty.yml

@@ -18,9 +18,11 @@ # This value is used to set the `$TERM` environment variable for

# 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: alacritty + TERM: xterm-256color window: + + # opacity: 0.9 # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns

@@ -43,11 +45,11 @@ #

# 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: 7 - y: 7 + x: 5 + y: 5 # Spread additional padding evenly around the terminal content. - dynamic_padding: false + dynamic_padding: true # Window decorations #

@@ -69,7 +71,7 @@ # - Fullscreen

# # Values for `startup_mode` (macOS only): # - SimpleFullscreen - startup_mode: Maximized + startup_mode: Windowed # Window title #title: Alacritty

@@ -379,7 +381,6 @@ # Background opacity

# # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -#background_opacity: 1.0 #selection: # This string contains all characters that are used as separators for "semantic words" in Alacritty.