>From: "John Junior Dawkins" <jjdawkin_at_eos.ncsu.edu>
>Date: Tue, 9 Apr 1996 12:07:28 -0400
>is there a way to define multiple iconboxes with fvwm2?? i would like for the
>i have the following lines in my .fvwm2rc file.
>Style "*" IconBox -25 1 -1 -1
>Style "*" IconBox 5 -70 -140 -5
You must associate the iconbox with some icons. Your second line simply
overrides the first. E.g., I have two icon boxes, one across the lower
part of the screen, for xterms, and the rest go across the top of the
screen. I think these are the only two lines that matter:
========================================================================
Style "*" DecorateTransient,IconBox 0 0 -1 70
Style "XTerm" IconBox 0 -70 -1 -1
========================================================================
Since the Xterm line comes second, it has precedence.
tw
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Apr 09 1996 - 11:38:02 BST