
27 Apr
2012
27 Apr
'12
5:56 p.m.
Comment #1 on issue 495 by woofy1...@gmail.com: XMonad.Util.Run.safeRunInTerm does not work correctly http://code.google.com/p/xmonad/issues/detail?id=495 I am currently using the definition: safeRunInTerm c o = asks (terminal . config) >>= flip safeSpawn (["-e", c] ++ o) which matches the syntax for safeSpawn, at the cost of not allowing options to the terminal.