
12 Feb
2012
12 Feb
'12
10:49 a.m.
Hi everyone, Thanks for your suggestions! After playing around with the config a little more, I conclude that xcompmgr is definitely the culprit behind destroying window configurations on xmonad restart. Latest xmobar from github does indeed handle screen rotations well! It didn't build under my version of GHC, so I had to upgrade everything to 7.0.4. Also, for the life of me, I can't get the xft font support to work; I was building things like so: cabal install xmonad-contrib --flags="-use_xft" --reinstall (and in the xmobar source dir:) cabal configure --flags="-with_xft" cabal install --flags="-with_xft" Am I missing something? --Leo