Add an option to set the window class name #834

Open
opened 2024-02-24 11:22:44 +01:00 by tzeikob · 0 comments
tzeikob commented 2024-02-24 11:22:44 +01:00 (Migrated from github.com)

Wouldn't it be useful to have an option to set the WM_CLASS, WM_NAME properties the same way other terminals do, for instance in alacritty we can do this:

alacritty --class scratch,scratch
--class <GENERAL> | <GENERAL>,<INSTANCE>

Defines the window class hint on Linux.
When only the general class is passed, instance will be set to the same value.

On Wayland the general class sets the app_id, while the instance class is ignored.

Default: Alacritty,Alacritty
Wouldn't it be useful to have an option to set the WM_CLASS, WM_NAME properties the same way other terminals do, for instance in alacritty we can do this: ```shell alacritty --class scratch,scratch ``` ``` --class <GENERAL> | <GENERAL>,<INSTANCE> Defines the window class hint on Linux. When only the general class is passed, instance will be set to the same value. On Wayland the general class sets the app_id, while the instance class is ignored. Default: Alacritty,Alacritty ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#834
No description provided.