diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2022-04-05 23:12:10 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2022-04-05 23:12:10 +0300 |
| commit | 74fe6528dbac3e36e8ab5226557342a112cfa5f6 (patch) | |
| tree | 5455bb527f61f49195b90ad72861299333aed27b /alacritty | |
| parent | f2fecc58560685a91256ef92eecaec2c6721a7ef (diff) | |
| download | dotfiles-74fe6528dbac3e36e8ab5226557342a112cfa5f6.tar.gz dotfiles-74fe6528dbac3e36e8ab5226557342a112cfa5f6.zip | |
alacritty: tweak settings
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 13 |
1 files 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. |
