Re: FVWM: Confusion regarding BorderStyle

From: Dominik Vogt <dominik.vogt_at_fvwm.org>
Date: Tue, 5 Oct 1999 11:46:24 +0200

On Mon, Oct 04, 1999 at 02:09:51PM -0700, rjray_at_tsoft.com wrote:
> *sigh* Maybe I'm just on drugs, but I though this should work:
>
> AddToDecor AppDecor
> [...]
> + BorderStyle Inactive Solid #d3d3d3
> + BorderStyle Active Solid #575760
>
> However, this does not produce the expected behavior; where I expected the
> active window to have solid border-handles in color #575760, and all others
> to be #d3d3d3, all seem to be #d3d3d3.
>
> I'm pretty sure I'm doing something wrong...

Yep :-) You are using the wrong command. BorderStyle knows only
the styles 'TiledPixmap' and 'Simple' although it doesn't complain
about the keywords that can be used in TitleStyle and ButtonStyle
commands.

You should use

  AddToDecor AppDecor
  + BorderStyle Inactive Simple
  + Style "*" BackColor #d3d3d3
  + BorderStyle Active Simple
  + HilightColor <fg> #575760

Where <fg> is the colour you use for the active window titles.

Bye

Dominik ^_^

-- 
Dominik Vogt, Hewlett-Packard GmbH, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/14-4596, fax: 07031/14-3883, dominik_vogt_at_hp.com
--
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 Tue Oct 05 1999 - 05:17:48 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:02 BST