Xmonad Layout with vertically stacked secondary tiles

1

I'm looking for a layout for use on a portrait oriented monitor that would look roughly like this (warning bad ascii art):

|------------|
|            |
|  master    |
|            |
|------------|
| secondary  |
|------------|
| secondary  |
|------------|
| secondary  |
|------------|

Arthur Ulfeldt

Posted 2017-02-03T01:58:32.570

Reputation: 1 208

Answers

1

I found a good option in xmonad-contrib:

http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Column.html

myLayoutHook = Column 2.0 ||| ...

play with the number 2.0 to suit your screen size

Arthur Ulfeldt

Posted 2017-02-03T01:58:32.570

Reputation: 1 208