thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Add argument for changing wm_class of termite window #689

Closed admincheg closed 4 years ago

admincheg commented 5 years ago

Some window managers can operate with windows only by their class name. (bspwm for example)

ifohancroft commented 4 years ago

This ability already exists with the option --class. It is mentioned in the man page.

The following two options are built into GTK+ and documented by --help- gtk

   --name=NAME
          Set the windows name part of the WM_CLASS property.

   --class=CLASS
          Set the windows class part of the WM_CLASS property.
admincheg commented 4 years ago

Oh, nested documentation, lol. It's not obvious, but thanks!