Previously from Johannes Zellner
>how can I remove the `Minimize' `Maximize' `Destroy' buttons
>from the window's decorations ?
Try:
Style * NoButton 2, NoButton 4, NoButton 6
See the man page "Style" section for more information.
>Hello once more,
>
> ¹) how can I get the horizontal lines in all title bars as
> I get them for FvwmButtons title bar ?
That's called StipledTitle, as in:
Style * StipledTitle
Stipled is misspelled, but I think there's some strange historical
reason for that. It may have been a GlobalOpt before. And it may only
have become an option in the latest betas.
> ²) can I change the border and handle width when a window looses
> focus? -- e.g. handle and border width to 0 if the window
> has no focus.
In the latest betas you can. I'd hang out and wait for 2.4 for that.
> ³) I like `focus follows mouse'. But: is there a focus policy
> which does the following: If I move the pointer outside a
> window (to the root window (background)) the window where
> the pointer was in just before should keep focused as long
> as the pointer gets not moved to another window. This is
> the way wmx does.
SloppyFocus:
Style * SloppyFocus
The man page keeps getting bigger, but it's better organized these
days. Everything you've asked about is in the man page.
--
mikehan_at_best.com http://www.best.com/~mikehan/
coffee achiever San Francisco, California
To understand recursion you must first understand recursion.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Feb 13 2000 - 16:09:03 GMT