On 27 Jun 2002 10:28:41 +0200, Uwe Pross wrote:
>
> Is there a possibility to assign a Style option to an existing
> window. Currently I use the Style command like:
>
> Style "Speedbar" CirculateSkip
>
> I would like to get a menu entry to assign a property like
> CirculateSkip to a window which already exists.
> Like
>
> AddToMenu WindowMenu
> + "Skip this window when using (Alt-Tab)" Current Style CirculateSkip
>
> (I know the above is not correct, but I shows what I would like to have.)
Theoretically currently you can't apply Style to only one window,
but practically you may get acceptable results. Add "$n":
+ "Skip this window when using (Alt-Tab)" Current Style $n CirculateSkip
Or replace "Current" with "Pick (CirculateHit)" if this is what you want.
> I would like to do same with other styles like Foreground, Background,
> Hilight*, ...
Please use colorsets instead. Then you just change colorset dynamically
without a need to change any Style.
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 Thu Jun 27 2002 - 05:06:35 BST