alacritty: tweak settings
la-ninpre leobrekalini@gmail.com
Tue, 05 Apr 2022 23:12:10 +0300
1 files changed,
7 insertions(+),
6 deletions(-)
M
alacritty/.config/alacritty/alacritty.yml
→
alacritty/.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.