Xmonad multicol configuration - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

Does anyone have a working xmonad configuration with multicol enabled? Please show me your xmonad.hs.

Sridhar Ratnakumar

Lol multicol is as broken as the last time I tried it (years ago)

Sridhar Ratnakumar

XMonad.Layout.ThreeColumns however works.

Sridhar Ratnakumar
 layoutHook = layoutHook def ||| ThreeColMid 1 (3 / 100) (1 / 2)
Sridhar Ratnakumar

Okay, I'm starting to like the notion of "main column" in xmonad (in contrast to i3, where there is no such thing)