Re: FVWM: fvwm2: basic customisation questions

From: Mikhael Goikhman <migo_at_homemail.com>
Date: Wed, 7 Feb 2001 18:40:00 -0600

On 07 Feb 2001 14:17:58 +1100, A.Sulaiman wrote:
>
> 3. How do I change the background color of the icon labels? Currently
> when out-of-focus, the icon labels are black on darkish grey
> background and is a bit hard to read.

Colors of icon titles are the same as colors of your window titles (unless
you played with TitleStyle) and have the same background as window borders
(unless you played with BorderStyle or BorderColorset). All of these
colors are defined by commands similar to:

  # unfocused
  Style "*" ForeColor rgb:00/00/30, BackColor rgb:80/80/78
  # focused
  Style "*" HilightFore rgb:00/00/30, HilightBack rgb:C0/C0/B4

Actually the last line is for 2.3.x only. In 2.2.x you should use the
following global command instead:

  HilightColor rgb:00/00/30 rgb:C0/C0/B4

> Can I also change the fonts.

Yes, IconFont 7x13.

> 4. Can I make window titles left-justified.

TitleStyle LeftJustified

> 5. For some reason xbiff appear without any title or borders. What
> can I do to make it appear like other windows?

A window may use several types of hints to convince FVWM to draw partial
decorations. You may take a look at the man page how to disable some hints
on per window basis.

But I don't think xbiff uses decoration hints. It is more like your
configuration file has something like:

  Style XBiff NoTitle, NoHandles, BorderWidth 0

Remove any such line in your configuration or add this line at the end:

  Style XBiff Title, Handles

Regards,
Mikhael.
--
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 Wed Feb 07 2001 - 18:42:33 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:51 BST