Hi there, I’m looking at floating window mangers as an in-between of DEs and escaping configuration hell (somewhat) of tiling Window Managers.
Specifically, I was looking at IceWM and OpenBox, but would love recommendations and discussion on what you like and why.
Cheers!
What you are describing for the
master-sleve
layout can be achieved with either, XMonad.Layout.Grid or Tall layout (more likely, other ways to achieve this).The stack layout on the other hand can be achieved through the XMonad.Layout.Accordion? And if you are not a fan of that you could always refer to the XMonad.Layout.Tabbed.
Extra:
XMonad.Layout.Tabbed
results in a stack-like layout.