Border thickness of the hidden windows

Hi everybody!

I started playing around with the autohiding possibilities of fvwm.

This is realy nice but I just wasn(t able to figure out one thing: when a windows is hidden, there is a 2-3 pixels border at the place of the window, is there a way of modifying the thickness of this border??

Best regards, Brice

In the function that hides the window, you can probably do:

[code]

  • I WindowStyle BorderWidth 1[/code]

With suitable variations on a theme – as I don’t know exactly the functions you’re using.

– Thomas Adam

Well it should do the trick!

Thanks,

Brice