BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

Possible to maximize a tiled window directly? #146

Closed jsbmg closed 1 year ago

jsbmg commented 1 year ago

This is not a feature request, just a question - is it possible to maximize a tiled window? Currently, I either float the window, then maximize it, or cycle through the layouts until I get to the "Monocle" layout. Is there a more direct way to switch a tiled window to fullscreen I should be using?

If it's not possible, no worries and I'll close this issue. I know active development has stopped long ago on this, but it's truly a gem of a window manager and I'll continue to use it regardless.

BurntSushi commented 1 year ago

I think I would just bind a key to SetLayout (GetWorkspace) "Maximized".

BurntSushi commented 1 year ago

I know active development has stopped long ago on this, but it's truly a gem of a window manager and I'll continue to use it regardless.

Thanks. :-) And yeah, I still use it daily on all my machines. It is basically "done" from my perspective.

jsbmg commented 1 year ago

Thanks!