
15 Jul
2011
15 Jul
'11
1:28 p.m.
On Fri, 2011/07/15 11:05:45 -0300, Davi Pires wrote:
What is the best and simplest layout manager that will allow me to put all windows in a single row, and possibly resize each of them?
The default layout, Tall, allows you to put all the windows in a single row or column. With the default xmonad settings, press Mod+Period to decrease the number of master windows to zero. This will cause all windows to appear in a single column. If you Mod+Space to the next default layout, Mirror Tall, pressing Mod+Period will make the windows appear in a single row. You can also edit your configuration to default to no master windows by setting nmaster to zero. To be able to resize each window, you can use ResizableTile instead of Tall.