[xmonad] Issue 495 in xmonad: XMonad.Util.Run.safeRunInTerm does not work correctly
codesite-noreply at google.com
codesite-noreply at google.com
Fri Apr 27 23:56:13 CEST 2012
Comment #1 on issue 495 by woofy1... at 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.
More information about the xmonad
mailing list