diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 73046a6a..ea9457ca 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -66,7 +66,17 @@ window: #title: Alacritty # Window class (Linux only): - #class: Alacritty + class: + # Application instance name + instance: Alacritty + # General application class + general: Alacritty + + # GTK theme variant (Linux 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 scrolling: # Maximum number of lines in the scrollback buffer. |