Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to set the window class name #834

Open
tzeikob opened this issue Feb 24, 2024 · 0 comments
Open

Add an option to set the window class name #834

tzeikob opened this issue Feb 24, 2024 · 0 comments

Comments

@tzeikob
Copy link

tzeikob commented Feb 24, 2024

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
@tzeikob tzeikob changed the title Add an option to define the window class name Add an option to set the window class name Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant