On 20 Feb 2003 21:57:14 +0100, Ploum wrote:
>
> is it a way to set a window in "real" full screen with fvwm ? (by "real
> fullscreen", I mean no more title bar or border... )
>
> It can be useful to set a console in fullscreen on a viewport...
There was a partial answer. Here is how to do this without gaps (taken
from fvwm-themes). Note that there are always gaps with xterm and similar.
For 2.4.x (two keys):
DestroyFunc FuncFvwmMaximizeFullScreen
AddToFunc FuncFvwmMaximizeFullScreen
+ I Style $n NoTitle, NoHandles, BorderWidth 0
+ I UpdateStyles
+ I WindowId "$w" Maximize true
DestroyFunc FuncFvwmUnmaximizeFullScreen
AddToFunc FuncFvwmUnmaximizeFullScreen
+ I WindowId "$w" Maximize false
+ I Style $n Title, Handles, BorderWidth 5
Key F11 A SC Pick FuncFvwmMaximizeFullScreen
Key F12 A SC Pick FuncFvwmUnmaximizeFullScreen
For 2.5.6+ (one toggle key; it was "Border" earlier in 2.5.x):
DestroyFunc FuncFvwmMaximizeFullScreen
AddToFunc FuncFvwmMaximizeFullScreen
+ I ThisWindow (Maximized) Style $n Title, Borders
+ I CondCase (NoMatch) Style $n NoTitle, !Borders
+ I CondCase (NoMatch) Raise
+ I CondCase (NoMatch) UpdateStyles
+ I Maximize
Key F11 A SC Pick FuncFvwmMaximizeFullScreen
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 Sat Mar 01 2003 - 20:34:52 GMT