diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-08-10 16:48:46 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 16:48:46 +0400 |
commit | 7d708d53f7ecb4c64db10ae44e7f4fca47c29a85 (patch) | |
tree | ce76633d705da9b90e7e0d78afa24cef183ee286 /alacritty.yml | |
parent | 76c5d01ee2b2178e71df578a109108655a97c24a (diff) | |
download | alacritty-7d708d53f7ecb4c64db10ae44e7f4fca47c29a85.tar.gz alacritty-7d708d53f7ecb4c64db10ae44e7f4fca47c29a85.zip |
Bump glutin to 0.29.1
Fixes #6239.
Fixes #5975.
Fixes #5876.
Fixes #5767.
Fixes #4484.
Fixes #3139.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/alacritty.yml b/alacritty.yml index 0f7bb884..4e9de637 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -94,11 +94,12 @@ # 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: None + # 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: None #scrolling: # Maximum number of lines in the scrollback buffer. |