If you use the previous code, you will encounter that when you want to see
a movie in fullscreen, the panels will be on top of the movie.

A workaround is to set a key binding to put the bar on top and bottom, with
the next code in your ~/.fvwm-crystal/userconfig you can achieve it, I use
Meta+F and Shift-Meta+F:

DestroyFunc Send-Panels-To-Bottom
AddToFunc Send-Panels-To-Bottom
 + I Style FvwmPager StaysOnBottom
 + I Style FvwmButtons StaysOnBottom
 + I Style FvwmIconMan StaysOnBottom
 + I Style FvwmScript StaysOnBottom
 + I Style trayer StaysOnBottom
 + I Style stalonetray StaysOnBottom
 + I Style FvwmIdent StaysOnBottom

DestroyFunc Send-Panels-To-Top
AddToFunc Send-Panels-To-Top
 + I Style FvwmPager StaysOnTop
 + I Style FvwmButtons StaysOnTop
 + I Style FvwmIconMan StaysOnTop
 + I Style FvwmScript StaysOnTop
 + I Style trayer StaysOnTop
 + I Style stalonetray StaysOnTop
 + I Style FvwmIdent StaysOnTop

Key f   A $[Mod1]       Send-Panels-To-Bottom
Key f   A $[Mod2]       Send-Panels-To-Top


2015-09-13 15:31 GMT-05:00 Jorge Daniel Sampayo Vargas <jdsamp...@gmail.com>
:

> Found a way to do it:
>
> In file ~/,fvwm-crystal/components/styles/FVWM
>
> Change:
>
> Style FvwmParts Sticky, NeverFocus, WindowListSkip, FixedPosition, \
>       FixedSize, *StaysOnBottom*, !Handles, BorderWidth 1, HandleWidth 1,
> \
>       NoTitle, NoIcon, Colorset $[infostore.cs_panel_border], \
>       BorderColorset $[infostore.cs_panel_border], HilightColorset
> $[infostore.cs_panel_border], \
>       HilightBorderColorset $[infostore.cs_panel_border],
> ParentalRelativity
>
> For:
>
> Style FvwmParts Sticky, NeverFocus, WindowListSkip, FixedPosition, \
>       FixedSize, *StaysOnTop*, !Handles, BorderWidth 1, HandleWidth 1, \
>       NoTitle, NoIcon, Colorset $[infostore.cs_panel_border], \
>       BorderColorset $[infostore.cs_panel_border], HilightColorset
> $[infostore.cs_panel_border], \
>       HilightBorderColorset $[infostore.cs_panel_border],
> ParentalRelativity
>
> And now the windows are below the interface.
>
> 2015-09-01 13:37 GMT-05:00 Jorge Daniel Sampayo Vargas <
> jdsamp...@gmail.com>:
>
>> Hello,
>>
>> It is possible that the bottom bar (default recipe) it is always on top
>> of the windows?
>>
>> Sometimes I have the following issue:
>>
>> http://screencloud.net/v/216Q
>>
>> The dark window is hover the icons, but the dark window is not the active
>> one, so I need to activate it, and then move it a little to the top to be
>> able to click the bottom icons. And it is annoying to do that repeatedly.
>>
>> Exists a config to prevent this issue?
>>
>> Thanks!
>>
>
>
_______________________________________________
fvwm-crystal-users mailing list
fvwm-crystal-users@gna.org
https://mail.gna.org/listinfo/fvwm-crystal-users

Reply via email to