gottlieb_at_research.nj.nec.com writes:
> > Date: Fri, 19 Sep 1997 13:59:57 +0200
> > From: Jan Krupa <krupa_at_alpha.sggw.waw.pl>
> > Sender: owner-fvwm_at_hpc.uh.edu
> >
> > How to hide the "bar with icons" underneath application windows in
> > the following windows managers: fvwm2, fwvm95 ?
> > For now the application windows are partly covered by
> > the "bar with icons" .
> > In fvwm the "bar with icons" is hidden underneath application windows
> > but I cannot figure out how to achieved the same in the other wms listed
> > above.
>
> I use fvwm2. I believe you are referring to the taskbar. The
> behavior you want is the default so I believe you are overridding it.
> Since I want the opposite behavior, I do override the default with
> StaysOnTop. So, I have the following line in .fvwm2rc
>
> Style FvwmTaskBar ClickToFocus, NoHandles, Sticky, StaysOnTop
>
> You want
>
> Style FvwmTaskBar ClickToFocus, NoHandles, Sticky
>
> Hope this helps,
> allan gottlieb
Hi
No, he refers to the FvwmButtons (TaskBar isn't functioning under
fvwm, I think).
However, a general receipt for what Gottlieb explained for FvwmTaskBar
is:
identify the window which always gets put on top. For this you can use
FvwmIdent or xwininfo. Take the name of the window from this
information and go in your .fvwmrc or .fvwm2rc and find the line(s)
containing something like
Style "<your_window_name>" <other_opts>, StaysOnTop, <other_opts>
and take out the StaysOnTop command.
Cristian
--
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 Fri Sep 19 1997 - 09:31:54 BST