From 791f79a02a4bbb509c257af2849e411d32f4c18b Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 25 Aug 2022 08:51:19 +0300 Subject: 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. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3