From 74fe6528dbac3e36e8ab5226557342a112cfa5f6 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 5 Apr 2022 23:12:10 +0300 Subject: alacritty: tweak settings --- alacritty/.config/alacritty/alacritty.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 046c97c..bc5d867 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -18,9 +18,11 @@ env: # 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 @@ 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: 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 @@ window: # # Values for `startup_mode` (macOS only): # - SimpleFullscreen - startup_mode: Maximized + startup_mode: Windowed # Window title #title: Alacritty @@ -379,7 +381,6 @@ colors: # # 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. -- cgit v1.2.3