> Is it possible to maximize windows and to see the statusbar
> all the time?
>
> I want windows to use all available space (like in fullscreen)
> except the place for the statusbar. It should be always visible.
This should help you (cfg_bindings.lua) :
bdoc("Maximize the frame horizontally/vertically."),
kpress(MOD1.."H", "WFrame.maximize_horiz(_)"),
kpress(MOD1.."V", "WFrame.maximize_vert(_)"),
These are my bindings, I don't remember if they appear in standard bindings.
--
Sylvain Abelard,
Epita promo 2008