Skip to content

Add support for WM_CLASS

Michael Migliore requested to merge michael.migliore/vtk:x11-class into master

With tiling window managers, running tests was impossible because the window size is forced by the WM.
Assigning a class name allows adding a rule to launch VTK in floating mode.

Configuration for WM:

  • i3: for_window [class="^Vtk$"] floating enable
  • bspwm: bspc rule -a Vtk state=floating

Merge request reports