fullscreen function

Hello there,

i would like to have an entrie in my menu to maximize my windows in real fullscreen !

So this function have to reset EWMHBaseStruts, remove decoration and maximize.
I’ve thought about that but it doesn’t work well : (the window isn’t correctly maximized, as if the title bar were yet here, but in reality it isn’t).

DestroyFunc FullScreen
AddToFunc FullScreen
+ I Current ToggleTitle
+ I Current Wait
+ I Current Maximize ewmhiwa

The ToggleTitle Function is taken from Taviso config file : it allow to remove the decoration.
Thanks for your help.

Change the Wait for an UpdateStyles and it will work.

Ahh Yes ! It works !!

Thanks very much :slight_smile: