fvwmorg / fvwm3

FVWM version 3 -- the successor to fvwm2
Other
511 stars 78 forks source link

New Style syntax for finer-grained matching #1028

Open ThomasAdam opened 4 months ago

ThomasAdam commented 4 months ago

This PR changes the style command such that it's possible to specify attributes of a window which should be matched. For example:

Style (Class=XTerm, Title=mc) Sticky

To wrap this change (and possibly future changes), a new command, Capabilities has been added to be able to toggle this on/off at run-time, but also to allow backward-compatibility to remain largely unaffected.