diff options
Diffstat (limited to 'config')
-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 |