Window Identification for Style command

Hi !
I want to use FvwmCommand to change the border colorset of a
window. The problem is I have two window with same title, I can differ
them with X11 winId. Is there a way to use this id in the Style command
instead of the window name ?

with name (it works fine)
FvwmCommand ‘Style “window name” BorderColorset 3’

with Id (don’t know if there is a prefix to put or another way to do…)
FvwmCommand ‘Style x11id:2093412 BorderColorset 3’

nGeo.

You can do:

WindowId $[w.id] WindowStyle foo, sticky....

for instance, which will set the window style for a window with the window ID.

– Thomas Adam