Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.76k stars 836 forks source link

Add an option to set the window class name #834

Open tzeikob opened 4 months ago

tzeikob commented 4 months ago

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