diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-08-25 08:51:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 05:51:19 +0000 |
commit | 791f79a02a4bbb509c257af2849e411d32f4c18b (patch) | |
tree | 509fe9e6e956dc458234348d4e2eb836a77c1774 /CHANGELOG.md | |
parent | 8f88b4d4bed337d16e8d3d15d8e20cbe782696db (diff) | |
download | alacritty-791f79a02a4bbb509c257af2849e411d32f4c18b.tar.gz alacritty-791f79a02a4bbb509c257af2849e411d32f4c18b.zip |
Rework `--class` CLI option
This commit swaps the order of `general` and `instance` arguments
and also sets `instance` to `general` when only one argument was
provided. This should make this option behave like in other terminals
on X11, since they set either both or general by default, but
not instance like Alacritty.
Fixes #6279.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff19cc77..85364b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Warn when either `columns` or `lines` is non-zero, but not both - Client side decorations should have proper text rendering now on Wayland - Config option `window.gtk_theme_variant`, you should use `window.decorations_theme_variant` instead +- `--class` now sets both class part of WM_CLASS property and instance +- `--class`'s `general` and `instance` options were swapped ### Fixed |