> 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.
You can remove the tabs from the frame with set_tabbar. If you set the frame borders to zero, you get roughly the same as the fullscreen mode. -- Matthieu
