summaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorBrian Koropoff <bkoropoff@gmail.com>2019-07-06 12:34:56 -0700
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-07-06 19:34:56 +0000
commit228c641769c39bcd1460959e479b2259e7d5f773 (patch)
treef7bece352f9063753aa5af834bcb31eeecb82914 /alacritty.yml
parente398eb84064c5eac7cb8a97c276494100a37314b (diff)
downloadalacritty-228c641769c39bcd1460959e479b2259e7d5f773.tar.gz
alacritty-228c641769c39bcd1460959e479b2259e7d5f773.zip
Allow setting gtk variant and general class on X11
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml12
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.