diff options
| author | 135e2 <135e2@135e2.tk> | 2022-12-11 23:47:10 +0800 | 
|---|---|---|
| committer | 135e2 <135e2@135e2.tk> | 2022-12-11 23:54:10 +0800 | 
| commit | 264f4ad0fe4228722f99706f44dd70e5979a29a3 (patch) | |
| tree | 11d8e58279ae34b5016a6c12018b98c9834d81fd /config/alacritty | |
| parent | d4a395878a0174d659b1dbbbff7ba9fbaf2fce3d (diff) | |
| download | dotfiles-264f4ad0fe4228722f99706f44dd70e5979a29a3.tar.gz dotfiles-264f4ad0fe4228722f99706f44dd70e5979a29a3.tar.bz2 dotfiles-264f4ad0fe4228722f99706f44dd70e5979a29a3.zip  | |
config/alacritty: update to 20221211
Diffstat (limited to 'config/alacritty')
| -rw-r--r-- | config/alacritty/alacritty.yml | 13 | 
1 files changed, 7 insertions, 6 deletions
diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 93177aa..e214241 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -93,16 +93,17 @@ window:      # General application class      #general: Alacritty -  # GTK theme variant (Linux/BSD only) +  # Decorations theme variant (Linux/BSD only)    # -  # Override the variant of the GTK theme. Commonly supported values are `dark` -  # and `light`. Set this to `None` to use the default theme variant. -  gtk_theme_variant: dark +  # Override the variant of the GTK theme/Wayland client side decorations. +  # Commonly supported values are `dark` and `light`. Set this to `None` to use +  # the default theme variant. +  decorations_theme_variant: dark  scrolling:    # Maximum number of lines in the scrollback buffer. -  # Specifying '0' will disable scrolling. -  history: 10000 +  # Specifying '0' will disable s +  histora: 10000    # Scrolling distance multiplier.    multiplier: 3  | 
