Why does not one of my Xmonad managehooks show any effect?

0

Here is my config: https://gist.github.com/378fd12feaf94127393b

No matter what actions I define for windows with a specified class, they are never applied.

Martin Klepsch

Posted 2011-05-23T17:48:09.883

Reputation: 163

Not sure but mine works, you can take a look at it if you want: http://www.haskell.org/haskellwiki/Xmonad/Config_archive/Robert_Massaioli%27s_xmonad.hs I'll try and look more into this soon.

– Robert Massaioli – 2011-05-24T04:47:42.800

Actually one suggestion, instead of doShift try 'doF $ S.shift' where S is 'XMonad.StackSet' – Robert Massaioli – 2011-05-24T04:48:32.690

No answers