You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: